From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e58fJ-0004MX-Da for guix-patches@gnu.org; Thu, 19 Oct 2017 07:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e58fG-0002hU-9P for guix-patches@gnu.org; Thu, 19 Oct 2017 07:07:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40519) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e58fG-0002h6-5C for guix-patches@gnu.org; Thu, 19 Oct 2017 07:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e58fF-0001SY-Ma for guix-patches@gnu.org; Thu, 19 Oct 2017 07:07:01 -0400 Subject: [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure. Resent-Message-ID: From: Dave Love 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> Date: Thu, 19 Oct 2017 12:06:08 +0100 In-Reply-To: <1507547167.17241.18.camel@tourbillion-technology.com> (Paul Garlick's message of "Mon, 9 Oct 2017 12:06:07 +0100") Message-ID: <87o9p3mm73.fsf@albion.it.manchester.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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: Paul Garlick Cc: 28593@debbugs.gnu.org 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. =A0There is an example procedure, albeit for an earlier > version, given at=A0https://openfoamwiki.net/index.php/How_to_add_tempera > ture_to_icoFoam=A0. =A0A slightly modified procedure should work for > version 4.1. > > Dave, can you try this on your patched version? =A0'wmake' should re- > generate the object files that are needed and produce a new executable. > =A0Check that there are no instances of errors such as 'file not found' 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.