[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: slurm: Build shared libraries only.
From: |
guix-commits |
Subject: |
08/12: gnu: slurm: Build shared libraries only. |
Date: |
Fri, 15 Nov 2019 11:53:27 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 52cd164aadb3f0b6af4002aed9bebb56f97529bf
Author: Ludovic Courtès <address@hidden>
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"))
- branch master updated (f3560c6 -> faab708), guix-commits, 2019/11/15
- 01/12: gnu: ucx: Enable InfiniBand support through Verbs., guix-commits, 2019/11/15
- 02/12: gnu: ucx: Do not install static libraries., guix-commits, 2019/11/15
- 03/12: gnu: openmpi: Pass explicit "--with-*" configure flags., guix-commits, 2019/11/15
- 05/12: gnu: rdma-core: Update to 26.0., guix-commits, 2019/11/15
- 09/12: gnu: hwloc: Update to 2.1.0., guix-commits, 2019/11/15
- 10/12: gnu: openmpi, slurm: Switch to hwloc 2.x., guix-commits, 2019/11/15
- 04/12: gnu: rdma-core: Use the "write" ioctl mode., guix-commits, 2019/11/15
- 08/12: gnu: slurm: Build shared libraries only.,
guix-commits <=
- 06/12: gnu: Add Intel MPI Benchmarks., guix-commits, 2019/11/15
- 11/12: gnu: psm: Add "debug" output., guix-commits, 2019/11/15
- 07/12: gnu: slurm: Update to 19.05.3-2., guix-commits, 2019/11/15
- 12/12: gnu: openmpi: Raise the priority of the PSM2 component., guix-commits, 2019/11/15