From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGhAH-00025v-T6 for guix-patches@gnu.org; Thu, 10 May 2018 04:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGhAE-0003If-Ly for guix-patches@gnu.org; Thu, 10 May 2018 04:43:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48039) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGhAE-0003IX-JU for guix-patches@gnu.org; Thu, 10 May 2018 04:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fGhAE-0002U5-DK for guix-patches@gnu.org; Thu, 10 May 2018 04:43:02 -0400 Subject: [bug#31386] [PATCH 1/3] gnu: eigen: Include unsupported features. Resent-Message-ID: References: <20180508145909.25354-1-ricardo.wurmus@mdc-berlin.de> <87vabwv48t.fsf@gnu.org> From: Ricardo Wurmus In-Reply-To: <87vabwv48t.fsf@gnu.org> Date: Thu, 10 May 2018 10:42:14 +0200 Message-ID: <878t8rgavt.fsf@mdc-berlin.de> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31386@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Ricardo Wurmus skribis: > >> * gnu/packages/algebra.scm (eigen)[source]: Do not build the tests for >> unsupported features, but include the files. > > I was reluctant about installing those, but IIRC they go to > $includedir/=E2=80=A6/unsupported, right? In that case, it=E2=80=99s up = to users to > explicitly #include from unsupported/ so it=E2=80=99s probably fine. That=E2=80=99s correct. As it turns out, this alone is not sufficient for TensorFlow. They have some additional Eigen source files that they bundle with the TensorFlow sources, which must be present at build time. -- Ricardo