From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55604) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j53rt-0007zU-2E for guix-patches@gnu.org; Fri, 21 Feb 2020 03:41:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j53rr-0007Nj-Q7 for guix-patches@gnu.org; Fri, 21 Feb 2020 03:41:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40368) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j53rr-0007M0-LF for guix-patches@gnu.org; Fri, 21 Feb 2020 03:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j53rq-0003Yw-Iq for guix-patches@gnu.org; Fri, 21 Feb 2020 03:41:02 -0500 Subject: [bug#39588] gnu: Add mpich, scalapack-mpich, mumps-mpich, pt-scotch-mpich, python-mpi4py-mpich Resent-Message-ID: MIME-Version: 1.0 References: <87blq2rclk.fsf@inria.fr> <87o8tx3z2q.fsf@gnu.org> <87eeupd3t1.fsf@gnu.org> <87pne8pdsl.fsf@gnu.org> In-Reply-To: <87pne8pdsl.fsf@gnu.org> From: zimoun Date: Fri, 21 Feb 2020 09:40:00 +0100 Message-ID: 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Maurice =?UTF-8?Q?Br=C3=A9mond?= , 39588@debbugs.gnu.org On Fri, 21 Feb 2020 at 09:03, Ludovic Court=C3=A8s wrote: > 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 bu= t > >> > 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. Yes "qui peut le plus peut le moins". ;-) But if the package mpich requires environment variables too. (I do not have a clean MPI installation at hand so it is difficult to really test.) Cheers, simon