From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e036V-0002HU-V1 for guix-patches@gnu.org; Thu, 05 Oct 2017 06:10:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e036Q-0005vT-37 for guix-patches@gnu.org; Thu, 05 Oct 2017 06:10:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41080) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e036Q-0005vN-0N for guix-patches@gnu.org; Thu, 05 Oct 2017 06:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e036P-0000se-RJ for guix-patches@gnu.org; Thu, 05 Oct 2017 06:10:01 -0400 Subject: [bug#27344] Trilinos (was: Re: [bug#27344] [PATCH v3 4/8] gnu: Add xyce-serial.) Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87lglnery8.fsf@foradis.org> <20170909175752.8566-1-theodoros@foradis.org> <20170909175752.8566-4-theodoros@foradis.org> Date: Thu, 05 Oct 2017 12:08:47 +0200 In-Reply-To: <20170909175752.8566-4-theodoros@foradis.org> (Theodoros Foradis's message of "Sat, 9 Sep 2017 20:57:48 +0300") Message-ID: <87fuax9aa8.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: Theodoros Foradis Cc: 27344@debbugs.gnu.org Hi Theodoros, Theodoros Foradis skribis: > * gnu/packages/engineering.scm (xyce-serial): New variable. [...] > +(define trilinos-serial-xyce > + (package > + (name "trilinos-serial-xyce") [...] > +(define trilinos-parallel-xyce > + (package (inherit trilinos-serial-xyce) > + (name "trilinos-parallel-xyce") What about adding Trilinos as a first-class package, independently of Xyce? The package names could be =E2=80=9Ctrilinos=E2=80=9D and =E2=80=9Ct= rilinos-parallel=E2=80=9D. However, Trilinos raises its own set of issues: it=E2=80=99s actually a set= of 50 packages, which we=E2=80=99d rather provide as separate packages: https://trilinos.org/packages/ Do you know which ones are useful to Xyce? Thoughts? Ludo=E2=80=99.