From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39613) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j53J4-0000FU-3y for guix-patches@gnu.org; Fri, 21 Feb 2020 03:05:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j53J3-0002Sn-5k for guix-patches@gnu.org; Fri, 21 Feb 2020 03:05:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40337) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j53J3-0002Rp-2A for guix-patches@gnu.org; Fri, 21 Feb 2020 03:05:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j53Iz-0002bv-U5 for guix-patches@gnu.org; Fri, 21 Feb 2020 03:05:01 -0500 Subject: [bug#39588] gnu: Add mpich, scalapack-mpich, mumps-mpich, pt-scotch-mpich, python-mpi4py-mpich Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87blq2rclk.fsf@inria.fr> <87o8tx3z2q.fsf@gnu.org> <87eeupd3t1.fsf@gnu.org> Date: Fri, 21 Feb 2020 09:03:54 +0100 In-Reply-To: (zimoun's message of "Thu, 20 Feb 2020 11:23:00 +0100") Message-ID: <87pne8pdsl.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: zimoun Cc: Maurice =?UTF-8?Q?Br=C3=A9mond?= , 39588@debbugs.gnu.org Hi, zimoun skribis: > On Thu, 20 Feb 2020 at 10:08, Ludovic Court=C3=A8s wrote: > >> > Other said, '--with-inputs' will do the job for explicit packages but >> > not the implicit ones. >> >> Right, =E2=80=98--with-input=E2=80=99 could be =E2=80=9Cgood enough=E2= =80=9D. > > About openmpi->mpich, I am not sure it will work because of: > > #:phases (modify-phases %standard-phases > (add-before 'check 'mpi-setup > ,%openmpi-setup)) That phase just sets environment variables that MPICH will happily ignore. Ludo=E2=80=99.