mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: slurm: Build shared libraries only.
* gnu/packages/parallel.scm (slurm)[arguments]: Pass "--disable-static".
This commit is contained in:
parent
7c96befa52
commit
52cd164aad
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ (define-public slurm
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "--enable-pam" "--sysconfdir=/etc/slurm"
|
(list "--enable-pam" "--sysconfdir=/etc/slurm"
|
||||||
|
"--disable-static"
|
||||||
(string-append "--with-freeipmi=" (assoc-ref %build-inputs "freeipmi"))
|
(string-append "--with-freeipmi=" (assoc-ref %build-inputs "freeipmi"))
|
||||||
(string-append "--with-hwloc=" (assoc-ref %build-inputs "hwloc"))
|
(string-append "--with-hwloc=" (assoc-ref %build-inputs "hwloc"))
|
||||||
(string-append "--with-json=" (assoc-ref %build-inputs "json-c"))
|
(string-append "--with-json=" (assoc-ref %build-inputs "json-c"))
|
||||||
|
|
Loading…
Reference in a new issue