From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS5qY-0001Xz-N2 for guix-patches@gnu.org; Wed, 28 Nov 2018 14:50:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS5qW-0005cG-Oc for guix-patches@gnu.org; Wed, 28 Nov 2018 14:50:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49547) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gS5qU-0005a4-ON for guix-patches@gnu.org; Wed, 28 Nov 2018 14:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gS5qU-0007Lo-HS for guix-patches@gnu.org; Wed, 28 Nov 2018 14:50:02 -0500 Subject: [bug#33545] [PATCH 2/2] gnu: fenics: Skip extra demo in 'check' phase. Resent-Message-ID: From: Paul Garlick Date: Wed, 28 Nov 2018 19:48:20 +0000 Message-Id: <1543434500-32200-2-git-send-email-pgarlick@tourbillion-technology.com> In-Reply-To: <1543434500-32200-1-git-send-email-pgarlick@tourbillion-technology.com> References: <1543434500-32200-1-git-send-email-pgarlick@tourbillion-technology.com> 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: 33545@debbugs.gnu.org Cc: Paul Garlick * gnu/packages/simulation.scm (fenics)[arguments]: Add 'curl-curl' demo to list of demos that require meshes supplied by git-lfs. --- gnu/packages/simulation.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index 6144e23..bbe6d53 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -639,6 +639,7 @@ user interface to the FEniCS core components and external libraries.") "'lift-drag', \n" "'elastodynamics', \n" "'dg-advection-diffusion', \n" + "'curl-curl', \n" "'contact-vi-tao', \n" "'contact-vi-snes', \n" "'collision-detection', \n" -- 1.8.3.1