guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#31386] [PATCH 3/3] gnu: Add tensorflow-core.


From: Ludovic Courtès
Subject: [bug#31386] [PATCH 3/3] gnu: Add tensorflow-core.
Date: Thu, 10 May 2018 00:51:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> * gnu/packages/machine-learning.scm (tensorflow-core): New variable.

[...]

> +       #:make-flags
> +       (list "-f" "tensorflow/contrib/makefile/Makefile"
> +             "CC=gcc")

Perhaps we should add a comment on why not Bazel.

> +    (native-inputs
> +     `(("protobuf" ,protobuf)           ; protoc
> +       ;; "You may use, copy, modify this code for any purpose and without
> +       ;; fee. You may distribute this ORIGINAL package."
> +       ("fft2d"

Doesn’t that make fft2d non-free, if we cannot redistribute modified copies?

> +        ,(origin
> +           (method url-fetch)
> +           (uri 
> "https://mirror.bazel.build/www.kurims.kyoto-u.ac.jp/~ooura/fft.tgz";)

Unversioned URL.  :-/

Thank you!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]