From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gN2SA-0004ZV-VX for guix-patches@gnu.org; Wed, 14 Nov 2018 16:12:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gN2SA-0005lo-5V for guix-patches@gnu.org; Wed, 14 Nov 2018 16:12:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48381) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gN2SA-0005li-2O for guix-patches@gnu.org; Wed, 14 Nov 2018 16:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gN2S9-0004v0-S2 for guix-patches@gnu.org; Wed, 14 Nov 2018 16:12:01 -0500 Subject: [bug#33059] [PATCH v2 6/9] gnu: Add python-fenics-fiat. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87k1m7vvjp.fsf@gnu.org> <1542038441-5738-1-git-send-email-pgarlick@tourbillion-technology.com> <1542038441-5738-7-git-send-email-pgarlick@tourbillion-technology.com> Date: Wed, 14 Nov 2018 22:11:20 +0100 In-Reply-To: <1542038441-5738-7-git-send-email-pgarlick@tourbillion-technology.com> (Paul Garlick's message of "Mon, 12 Nov 2018 16:00:38 +0000") Message-ID: <87r2fnbc07.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: Paul Garlick Cc: 33059@debbugs.gnu.org Paul Garlick skribis: > * gnu/packages/simulation.scm (python-fenics-fiat): New variable. Apparently this one has a test failure on i686-linux: https://berlin.guixsd.org/build/623722/log/raw It=E2=80=99s not uncommon for numerical software tests to break on 32-bit platforms. Perhaps you could ask upstream what they think about it? Thanks, Ludo=E2=80=99.