From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGXwJ-00071I-Qr for guix-patches@gnu.org; Wed, 09 May 2018 18:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGXwI-0002tu-Qf for guix-patches@gnu.org; Wed, 09 May 2018 18:52:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47810) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGXwI-0002tn-N7 for guix-patches@gnu.org; Wed, 09 May 2018 18:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fGXwI-0001v5-CY for guix-patches@gnu.org; Wed, 09 May 2018 18:52:02 -0400 Subject: [bug#31386] [PATCH 3/3] gnu: Add tensorflow-core. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180508145909.25354-1-ricardo.wurmus@mdc-berlin.de> <20180508145909.25354-3-ricardo.wurmus@mdc-berlin.de> Date: Thu, 10 May 2018 00:51:38 +0200 In-Reply-To: <20180508145909.25354-3-ricardo.wurmus@mdc-berlin.de> (Ricardo Wurmus's message of "Tue, 8 May 2018 16:59:09 +0200") Message-ID: <87k1scv3wl.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 31386@debbugs.gnu.org Ricardo Wurmus skribis: > * gnu/packages/machine-learning.scm (tensorflow-core): New variable. [...] > + #:make-flags > + (list "-f" "tensorflow/contrib/makefile/Makefile" > + "CC=3Dgcc") 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 witho= ut > + ;; fee. You may distribute this ORIGINAL package." > + ("fft2d" Doesn=E2=80=99t that make fft2d non-free, if we cannot redistribute modifie= d copies? > + ,(origin > + (method url-fetch) > + (uri "https://mirror.bazel.build/www.kurims.kyoto-u.ac.jp/~oo= ura/fft.tgz") Unversioned URL. :-/ Thank you! Ludo=E2=80=99.