From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 15 12:35:44 2017 Received: (at 28045-done) by debbugs.gnu.org; 15 Sep 2017 16:35:44 +0000 Received: from localhost ([127.0.0.1]:43071 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dstah-0007bt-JM for submit@debbugs.gnu.org; Fri, 15 Sep 2017 12:35:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dstad-0007bc-Ru for 28045-done@debbugs.gnu.org; Fri, 15 Sep 2017 12:35:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dstaW-0004wq-6d for 28045-done@debbugs.gnu.org; Fri, 15 Sep 2017 12:35:34 -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,RP_MATCHES_RCVD, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dstaW-0004wm-2Q; Fri, 15 Sep 2017 12:35:32 -0400 Received: from [193.50.110.249] (port=33328 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dstaV-0001GB-Mi; Fri, 15 Sep 2017 12:35:31 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Paul Garlick Subject: Re: [PATCH] gnu: Add openfoam References: <87mv61a2hn.fsf@gnu.org> <20170914154621.3196-1-pgarlick@tourbillion-technology.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Fructidor an 225 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-unknown-linux-gnu Date: Fri, 15 Sep 2017 18:35:29 +0200 In-Reply-To: <20170914154621.3196-1-pgarlick@tourbillion-technology.com> (Paul Garlick's message of "Thu, 14 Sep 2017 16:46:21 +0100") Message-ID: <8760cjudgu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 28045-done Cc: 28045-done@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: -5.0 (-----) Hi Paul, Paul Garlick skribis: > *gnu/packages/patches/openfoam-4.1-cleanup.patch: New file > *gnu/packages/simulation.scm: New file > *gnu/local.mk (GNU_SYSTEM_MODULES): Add module > (dist_patch_DATA): Add patch I went ahead and pushed this (with indentation changes and use of #:modules as discussed earlier; please consider using =E2=80=98etc/indent-code.el=E2=80=99 in the future): https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D8f21aa22bf4b731ed= 0e5631c371846028e5cec0d Users who don=E2=80=99t set FOAM_INST_DIR will be tripped up like this: --8<---------------cut here---------------start------------->8--- $ /gnu/store/4zqn4w0wlq0irdwh3dhrdbsr7i3f1dag-openfoam-4.1/bin/checkMesh=20 --> FOAM FATAL ERROR in Foam::findEtcFiles() : could not find mandatory file 'controlDict' $ /gnu/store/4zqn4w0wlq0irdwh3dhrdbsr7i3f1dag-openfoam-4.1/bin/interFoam=20 --> FOAM FATAL ERROR in Foam::findEtcFiles() : could not find mandatory file 'controlDict' --8<---------------cut here---------------end--------------->8--- But that=E2=80=99s part of the game for now. :-) Thanks a lot for your work and patience! Ludo=E2=80=99.