From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFR8I-0006mf-HN for guix-patches@gnu.org; Wed, 24 Oct 2018 17:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFR8E-0004dm-EW for guix-patches@gnu.org; Wed, 24 Oct 2018 17:56:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36650) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFR8E-0004di-AS for guix-patches@gnu.org; Wed, 24 Oct 2018 17:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gFR8E-0003GW-7z for guix-patches@gnu.org; Wed, 24 Oct 2018 17:56:02 -0400 Subject: [bug#33059] [PATCH 07/10] gnu: Add python-fenics-ffc. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <1539682284-6446-1-git-send-email-pgarlick@tourbillion-technology.com> <1539682284-6446-7-git-send-email-pgarlick@tourbillion-technology.com> Date: Wed, 24 Oct 2018 23:55:32 +0200 In-Reply-To: <1539682284-6446-7-git-send-email-pgarlick@tourbillion-technology.com> (Paul Garlick's message of "Tue, 16 Oct 2018 10:31:21 +0100") Message-ID: <87d0rzxb57.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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-ffc): New variable. [...] > + (chdir "test") > + ;; FIXME: the tests in subdirectory > + ;; 'unit/ufc/finite_element' require the ffc_factory > + ;; extension module. This module, located in the 'libs' > + ;; subdirectory, needs to be built and made accessible > + ;; prior to running the tests. > + (invoke "py.test" "unit/" "--ignore=unit/ufc/") > + (chdir "uflacs") > + (invoke "py.test" "unit/") > + (chdir "../..") > + #t))))) > + (home-page > + "https://bitbucket.org/fenics-project/ffc/") Same! :-)