gnu: slurm: Build shared libraries only.

* gnu/packages/parallel.scm (slurm)[arguments]: Pass "--disable-static".
This commit is contained in:
Ludovic Courtès 2019-11-12 17:13:32 +01:00 committed by Ludovic Courtès
parent 7c96befa52
commit 52cd164aad
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -154,6 +154,7 @@ (define-public slurm
(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"))