From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e59k5-0002ZU-Qd for guix-patches@gnu.org; Thu, 19 Oct 2017 08:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e59k2-0002Wm-Ls for guix-patches@gnu.org; Thu, 19 Oct 2017 08:16:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40562) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e59k2-0002Wf-Hw for guix-patches@gnu.org; Thu, 19 Oct 2017 08:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e59k2-0005D9-5w for guix-patches@gnu.org; Thu, 19 Oct 2017 08:16:02 -0400 Subject: [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170925104459.17798-1-fx@gnu.org> <87fubbj5yr.fsf@gnu.org> <1506426036.2423.32.camel@tourbillion-technology.com> <873779hdci.fsf@gnu.org> <87o9piit59.fsf@gnu.org> <1507547167.17241.18.camel@tourbillion-technology.com> <87o9p3mm73.fsf@albion.it.manchester.ac.uk> Date: Thu, 19 Oct 2017 14:15:39 +0200 In-Reply-To: <87o9p3mm73.fsf@albion.it.manchester.ac.uk> (Dave Love's message of "Thu, 19 Oct 2017 12:06:08 +0100") Message-ID: <87d15jjpuc.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: Dave Love Cc: 28593@debbugs.gnu.org, Paul Garlick Hello, Dave Love skribis: > Paul Garlick writes: > >> ii) deleting object files, to save disk space, under >> 'platforms/linux64GccDPInt32Opt/src' should also be fine, with the >> proviso that the re-compilation process should be checked before >> committing. =C2=A0There is an example procedure, albeit for an earlier >> version, given at=C2=A0https://openfoamwiki.net/index.php/How_to_add_tem= pera >> ture_to_icoFoam=C2=A0. =C2=A0A slightly modified procedure should work f= or >> version 4.1. >> >> Dave, can you try this on your patched version? =C2=A0'wmake' should re- >> generate the object files that are needed and produce a new executable. >> =C2=A0Check that there are no instances of errors such as 'file not foun= d' > > Sorry, I haven't had a chance to check that yet, and I'm hampered > working on openfoam by a small-ish laptop with a slow disk. I didn't > expect the dependency files to be necessary, as they aren't shipped in > my rpms for previous versions that people have been using, but I will do > the experiment when I can. Paul seems to have access to a biffy build machine ;-), so maybe you can update/adjust the patch, Paul? Ludo=E2=80=99.