[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: openmpi: Disable static libraries.
From: |
guix-commits |
Subject: |
06/12: gnu: openmpi: Disable static libraries. |
Date: |
Mon, 25 Nov 2024 06:27:05 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit a7d6a79a98496f87f577bf5edfa4024e1a39665e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 18 14:33:07 2024 +0100
gnu: openmpi: Disable static libraries.
* gnu/packages/mpi.scm (openmpi-4)[arguments]: Pass “--disable-static”.
* gnu/packages/mpi.scm (openmpi-5)[arguments]: Likewise.
Change-Id: Ia6a8bc8a88d12a37878a45eed380262759bd4565
---
gnu/packages/mpi.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index bc1fd797d6..20497242e5 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -234,6 +234,7 @@ bind processes, and much more.")
(list
#:configure-flags #~`("--enable-mpi-ext=affinity" ;cr doesn't work
"--with-sge"
+ "--disable-static"
#$@(if (package? (this-package-input "valgrind"))
#~("--enable-memchecker"
@@ -342,6 +343,7 @@ software vendors, application developers and computer
science researchers.")
(list #:configure-flags
#~(list "--enable-mpi-ext=affinity" ;cr doesn't work
"--with-sge"
+ "--disable-static"
#$@(if (package? (this-package-input "valgrind"))
#~("--enable-memchecker"
- branch master updated (47ab553178 -> 827ec92f44), guix-commits, 2024/11/25
- 01/12: tests: sddm: Update expected message on login screen., guix-commits, 2024/11/25
- 12/12: gnu: gajim-openpgp: Update to 1.6.1., guix-commits, 2024/11/25
- 05/12: gnu: libfabric: Enable libcxi support., guix-commits, 2024/11/25
- 07/12: gnu: python-nbxmpp: Update to 5.0.3., guix-commits, 2024/11/25
- 09/12: gnu: Add python-omemo-dr., guix-commits, 2024/11/25
- 03/12: gnu: Add cxi-driver., guix-commits, 2024/11/25
- 10/12: gnu: gajim: Update to 1.9.3., guix-commits, 2024/11/25
- 06/12: gnu: openmpi: Disable static libraries.,
guix-commits <=
- 08/12: gnu: Add python-protobuf-5., guix-commits, 2024/11/25
- 04/12: gnu: Add libcxi., guix-commits, 2024/11/25
- 11/12: gnu: Deprecate gajim-omemo., guix-commits, 2024/11/25
- 02/12: gnu: Add cassini-headers., guix-commits, 2024/11/25