From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 24 17:53:41 2018 Received: (at 33059) by debbugs.gnu.org; 24 Oct 2018 21:53:41 +0000 Received: from localhost ([127.0.0.1]:40902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gFR5w-0003CQ-QF for submit@debbugs.gnu.org; Wed, 24 Oct 2018 17:53:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37007) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gFR5v-0003CD-JX for 33059@debbugs.gnu.org; Wed, 24 Oct 2018 17:53:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFR5h-0002ih-0W for 33059@debbugs.gnu.org; Wed, 24 Oct 2018 17:53:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFR5f-0002hi-OF; Wed, 24 Oct 2018 17:53:24 -0400 Received: from 50.135.159.77.rev.sfr.net ([77.159.135.50]:33704 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gFR5b-0007Bi-Kg; Wed, 24 Oct 2018 17:53:23 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Paul Garlick Subject: Re: [bug#33059] [PATCH 06/10] gnu: Add python-fenics-fiat. References: <1539682284-6446-1-git-send-email-pgarlick@tourbillion-technology.com> <1539682284-6446-6-git-send-email-pgarlick@tourbillion-technology.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 3 Brumaire an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 24 Oct 2018 23:53:18 +0200 In-Reply-To: <1539682284-6446-6-git-send-email-pgarlick@tourbillion-technology.com> (Paul Garlick's message of "Tue, 16 Oct 2018 10:31:20 +0100") Message-ID: <87h8hbxb8x.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33059 Cc: 33059@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Paul Garlick skribis: > * gnu/packages/simulation.scm (python-fenics-fiat): New variable. [...] > + (chdir "test") > + (invoke "py.test" "unit/") > + (chdir "..") > + #t))))) > + (home-page > + "https://bitbucket.org/fenics-project/fiat/") Same here, but otherwise LGTM.