[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: ucx: Do not install static libraries.
From: |
guix-commits |
Subject: |
02/06: gnu: ucx: Do not install static libraries. |
Date: |
Fri, 8 Nov 2019 12:25:07 -0500 (EST) |
civodul pushed a commit to branch wip-mpi
in repository guix.
commit 79ef2e41ac03a9f875d1c93bdc2e3a6472e2127d
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 8 10:16:39 2019 +0100
gnu: ucx: Do not install static libraries.
* gnu/packages/fabric-management.scm (ucx)[arguments]: Pass
"--disable-static".
---
gnu/packages/fabric-management.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/fabric-management.scm
b/gnu/packages/fabric-management.scm
index d4a8401..becf877 100644
--- a/gnu/packages/fabric-management.scm
+++ b/gnu/packages/fabric-management.scm
@@ -195,6 +195,8 @@ testing InfiniBand networks.")
(arguments
'( ;; These are some of the flags found in 'contrib/configure-release'.
#:configure-flags (list
+ "--disable-static"
+
;; XXX: Disable optimizations specific to the build
;; machine (AVX, etc.) There's apparently no way to
;; have them picked up at load time.
- branch wip-mpi created (now 6227cec), guix-commits, 2019/11/08
- 01/06: gnu: ucx: Enable InfiniBand support through Verbs., guix-commits, 2019/11/08
- 02/06: gnu: ucx: Do not install static libraries.,
guix-commits <=
- 03/06: gnu: openmpi: Pass explicit "--with-*" configure flags., guix-commits, 2019/11/08
- 04/06: gnu: rdma-core: Use the "write" ioctl mode., guix-commits, 2019/11/08
- 06/06: gnu: Add Intel MPI Benchmarks., guix-commits, 2019/11/08
- 05/06: gnu: rdma-core: Update to 26.0., guix-commits, 2019/11/08