GNU bug report logs -
#31386
TensorFlow
Previous Next
Full log
Message #35 received at 31386 <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès <ludo <at> gnu.org> writes:
> Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de> 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?
I really don’t understand the second sentence. The first sentence says
that “this code” may be copied and modified “for any purpose”. The
second sentence doesn’t seem to add anything, but that depends on how
you read it.
You may *only* distribute this [source archive].
You may *also* distribute this [unmodified package].
I wrote an email to the author’s email address, but I don’t know if that
address is still in use.
Anyway: I just went to http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html,
where this sentence has been removed. The license notice now looks like
this:
Copyright Takuya OOURA, 1996-2001
You may use, copy, modify and distribute this code for any purpose
(include commercial use) and without fee. Please refer to this
package when you modify this code.
The notice in the readme.txt is unchanged, though.
>> + ,(origin
>> + (method url-fetch)
>> + (uri "https://mirror.bazel.build/www.kurims.kyoto-u.ac.jp/~ooura/fft.tgz")
>
> Unversioned URL. :-/
Yeah :(
The upstream URL is also unversioned, but it looks like development has
ceased in 2006.
--
Ricardo
This bug report was last modified 6 years and 145 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.