civodul pushed a commit to branch wip-mpi
in repository guix.
commit bd1e5d875d7d66e4bd87688edc2494879b781ce3
Author: Ludovic Courtès <[email protected]>
Date: Tue Nov 12 17:13:32 2019 +0100
gnu: slurm: Build shared libraries only.
* gnu/packages/parallel.scm (slurm)[arguments]: Pass "--disable-static".
---
gnu/packages/parallel.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index f7e95bc..0e47dfb 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -154,6 +154,7 @@ and they are executed on lists of files, hosts, users or
other items.")
(arguments
`(#:configure-flags
(list "--enable-pam" "--sysconfdir=/etc/slurm"
+ "--disable-static"
(string-append "--with-freeipmi=" (assoc-ref %build-inputs
"freeipmi"))
(string-append "--with-hwloc=" (assoc-ref %build-inputs "hwloc"))
(string-append "--with-json=" (assoc-ref %build-inputs "json-c"))