me
/
guix
Archived
1
0
Fork 0

gnu: slurm: Build shared libraries only.

* gnu/packages/parallel.scm (slurm)[arguments]: Pass "--disable-static".
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -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"))