From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkHkJ-0002pH-MT for guix-patches@gnu.org; Tue, 22 Aug 2017 18:34:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkHkI-00054K-QM for guix-patches@gnu.org; Tue, 22 Aug 2017 18:34:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41377) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkHkI-000545-ND for guix-patches@gnu.org; Tue, 22 Aug 2017 18:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dkHkI-0003GT-GZ for guix-patches@gnu.org; Tue, 22 Aug 2017 18:34:02 -0400 Subject: [bug#28045] [PATCH] gnu: Add openfoam Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170811110636.23339-1-pgarlick@tourbillion-technology.com> <20170814214925.2cd96b3f@centurylink.net> <1502905946.2548.31.camel@tourbillion-technology.com> <17DA467A-7864-4EED-9F61-16D634A0B976@centurylink.net> <1502962978.2875.25.camel@tourbillion-technology.com> <87r2w369im.fsf@gnu.org> <1503421859.3048.11.camel@tourbillion-technology.com> Date: Wed, 23 Aug 2017 00:33:12 +0200 In-Reply-To: <1503421859.3048.11.camel@tourbillion-technology.com> (Paul Garlick's message of "Tue, 22 Aug 2017 18:10:59 +0100") Message-ID: <874lsznsgn.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: Paul Garlick Cc: 28045@debbugs.gnu.org Hi Paul, Paul Garlick skribis: > A method of implementing this would be for 'scotch32' to inherit the > 'scotch' definition, replacing the configure phase with a similar > section specifying INTSIZE32 instead of INTSIZE64. =C2=A0This would be > similar to the Debian approach, in which a different Makefile.inc is > used for 32-bit and 64-bit integers. > > A new package 'pt-scotch32' would then be the same as 'pt-scotch' but > inherit from 'scotch32' instead of 'scotch'. > > Any comments? This sounds like the right approach to me (you could even omit =E2=80=98pt-scotch32=E2=80=99 as a first stab if you don=E2=80=99t need it = for Openfoam.) Ludo=E2=80=99.