mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
f0d400fd2a
commit
a7d6a79a98
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue