/po/packages/

ss='content'>
AgeCommit message (Collapse)Author
2020-11-26gnu: hwloc: Add "doc" output.Ludovic Courtès
* gnu/packages/mpi.scm (hwloc-1)[outputs]: Add "doc". [arguments]: Add 'move-man3-pages' phase.
2020-11-02gnu: mpich: Configure to use ucx.Ludovic Courtès
Suggested by Maurice Brémond <Maurice.Bremond@inria.fr>. Fixes bug when running test suites involving MPICH: <https://issues.guix.gnu.org/39588#15>. * gnu/packages/mpi.scm (mpich)[arguments]: Pass "--with-device=ch4:ucx".
2020-09-24gnu: openmpi: Have 'mpirun' look for executables under $prefix.Ludovic Courtès
* gnu/packages/mpi.scm (openmpi)[arguments]: Add "--enable-mpirun-prefix-by-default" to #:configure-flags.
2020-09-17gnu: openmpi: Update to 4.0.5.Greg Hogan
* gnu/packages/mpi.scm (openmpi): Update to 4.0.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>