unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: "Maurice Brémond" <Maurice.Bremond@inria.fr>
Cc: 39588@debbugs.gnu.org
Subject: [bug#39588] gnu: Add mpich, scalapack-mpich, mumps-mpich, pt-scotch-mpich, python-mpi4py-mpich
Date: Mon, 17 Feb 2020 18:26:05 +0100	[thread overview]
Message-ID: <87o8tx3z2q.fsf@gnu.org> (raw)
In-Reply-To: <87blq2rclk.fsf@inria.fr> ("Maurice \=\?utf-8\?Q\?Br\=C3\=A9mond\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Thu, 13 Feb 2020 11:44:07 +0100")

Hi Maurice,

Thanks for the patches!  We like to have one patch per package, so I
started with MPICH:

Maurice Brémond <Maurice.Bremond@inria.fr> skribis:

> +(define-public mpich
> +   (package
> +     (name "mpich")
> +     (version "3.4a2")
> +     (source (origin
> +               (method git-fetch)
> +               (uri (git-reference
> +                     (url "https://github.com/pmodels/mpich")
> +                     (commit "644051d13dc20aecd460ba3db088756659c3dad3") ; tag v3.4a2
> +                     (recursive? #t)))
> +               (sha256
> +                (base32
> +                 "02ildr7wh40q1qaq5k8npb6vw6kv9szmrm3lspr6skqa5csmrrxw"))))

I ended up modifying the package:

  • To use 3.3 instead of 3.4a, the latter being listed as “alpha”;

  • To build from an official tarball rather than from a Git checkout,
    so that the GNU build system is already bootstrapped;

  • To ensure that the bundled copies of hwloc and ucx are not used.

I pushed the result here:

  https://git.savannah.gnu.org/cgit/guix.git/commit/?id=c70261bfb993cebc23cd80042de3f52a8b7932a4

Let me know if I broke something.

As for the “-mpich” packages: they look good to me, though I’m not
entirely sure whether we should create “-mpich” variants for each of
them.  Ideally ‘--with-inputs’ would be enough, but I don’t know.  At
the same time, those variants don’t cost us much, so if they’re useful,
why not.

Thoughts, HPC folks?

Ludo’.

  reply	other threads:[~2020-02-17 17:27 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-13 10:44 [bug#39588] gnu: Add mpich, scalapack-mpich, mumps-mpich, pt-scotch-mpich, python-mpi4py-mpich Maurice Brémond
2020-02-17 17:26 ` Ludovic Courtès [this message]
2020-02-17 18:20   ` zimoun
2020-02-20  9:08     ` Ludovic Courtès
2020-02-20 10:23       ` zimoun
2020-02-21  8:03         ` Ludovic Courtès
2020-02-21  8:40           ` zimoun
2020-02-25 16:41         ` zimoun
2020-10-15 19:50       ` zimoun
2020-10-16  9:32         ` Ludovic Courtès
2020-10-16 11:46           ` zimoun
2020-10-19 13:46             ` Maurice Brémond
2020-10-20 20:55               ` Ludovic Courtès
2020-10-23  9:33                 ` Maurice Brémond
2020-10-23 15:26                   ` Ludovic Courtès
2020-10-23 17:04                     ` Maurice Brémond
2020-11-02 14:02                       ` bug#39588: " Ludovic Courtès
2020-10-21 14:43               ` [bug#39588] (off-topic) double time-machine explanations zimoun
2020-10-23  8:41                 ` Maurice Brémond
2020-02-18 17:58   ` [bug#39588] gnu: Add mpich, scalapack-mpich, mumps-mpich, pt-scotch-mpich, python-mpi4py-mpich Maurice Brémond
2020-02-18 18:22     ` zimoun
2020-02-19 11:45       ` Maurice Brémond
2020-02-19 12:11         ` zimoun
2020-02-19 13:34     ` zimoun
2020-02-21  9:01       ` Maurice Brémond
2020-02-20  9:38     ` Ludovic Courtès
2020-02-21  8:46       ` Maurice Brémond
2020-02-21 11:32         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o8tx3z2q.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=39588@debbugs.gnu.org \
    --cc=Maurice.Bremond@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).