From 52cd164aadb3f0b6af4002aed9bebb56f97529bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 12 Nov 2019 17:13:32 +0100 Subject: [PATCH] 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 f7e95bcc61..0e47dfb2e4 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")) -- 2.20.1