name='robots' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpi.scm
AgeCommit message (Expand)Author
2024-10-25gnu: openmpi@5: Remove reference to GCC and other build tools....This removes GCC from the direct references of openmpi@5. * gnu/packages/mpi.scm (openmpi-5)[arguments]: Replace arguments entirely instead of using ‘substitute-keyword-arguments’. Reintroduce ‘remove-absolute’ phase. Remove ‘find-opensm-headers’ and ‘remove-logs’ phases, which are no longer needed. Change-Id: Ia3b25230488ca13310cd5bb2ae45f6990e906fa5 Ludovic Courtès
2024-10-24gnu: hwloc: Update to 2.11.2....* gnu/packages/mpi.scm (hwloc): Update to 2.11.2. Change-Id: I19c1b9b073ff55e8174d25a6f11048db34d6acdf Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philippe SWARTVAGHER
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer
2024-08-19gnu: openmpi: Set default version to 4.x....* gnu/packages/mpi.scm (openmpi-4): New variable. (openmpi): Redefine variable. Change-Id: If5bb4429c935982ddaa1a5acbd728367ebbfd6fd Signed-off-by: Ludovic Courtès <ludo@gnu.org> Romain GARBAGE
2024-08-19gnu: Add openmpi-5....* gnu/packages/mpi.scm (openmpi-5): New variable. Change-Id: I048692b2e928077c9cfa9fb8076ceb356251e1db Signed-off-by: Ludovic Courtès <ludo@gnu.org> Romain GARBAGE
2024-08-19gnu: Add mpich-ofi....* gnu/packages/mpi.scm (mpich-ofi): New variable. Change-Id: I577fa8fc15ffe7df82d737721ca5a2e034c1e43a Signed-off-by: Ludovic Courtès <ludo@gnu.org> Romain GARBAGE
2024-08-14gnu: mpich: Update to 4.2.2....* gnu/packages/mpi.scm (mpich): Update to 4.2.2. [native-inputs]: Add python-minimal. Change-Id: I9f3e42cb58c399a89835ac38dcfdd9dd11efe210 Signed-off-by: Christopher Baines <mail@cbaines.net> Romain GARBAGE
2024-07-18gnu: hwloc: Update to 2.11.1....* gnu/packages/mpi.scm (hwloc-2): Update to 2.11.1. [native-inputs]: Add BASH. Co-authored-by: Philippe SWARTVAGHER <phil.swart@gmx.fr> Change-Id: If5531cb82911833153b0e795e9f20b0d0ae940c2 Ludovic Courtès
2024-06-13gnu: hwloc: Update to 2.10.0....* gnu/packages/mpi.scm (hwloc): Update to 2.10.0. Change-Id: If3971c18542dd3d2d03fa48f5d440d38c6f827a7 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philippe SWARTVAGHER
2024-04-04gnu: hwloc: Remove dependency on graphics libraries when cross-compiling....* gnu/packages/mpi.scm (hwloc-1)[inputs]: Remove dependency on graphics libraries when cross-compiling. Change-Id: I698ac3f8aadda634f6753bdeba0f5fbd77e608df Ludovic Courtès
2023-11-15gnu: openmpi: Update to 4.1.6....* gnu/packages/mpi.scm (openmpi): Update to 4.1.6. Ludovic Courtès
2023-11-15gnu: hwloc: Update to 2.9.3....* gnu/packages/mpi.scm (hwloc-2): Update to 2.9.3. Ludovic Courtès
2023-09-14gnu: openmpi: Enable PMIx....* gnu/packages/mpi.scm (openmpi)[arguments]: Pass “--with-pmix=internal”. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Lars Bilke