mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ucx: Do not install static libraries.
* gnu/packages/fabric-management.scm (ucx)[arguments]: Pass "--disable-static".
This commit is contained in:
parent
b35f621e45
commit
3b09bb191c
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ testing InfiniBand networks.")
|
||||||
(arguments
|
(arguments
|
||||||
'( ;; These are some of the flags found in 'contrib/configure-release'.
|
'( ;; These are some of the flags found in 'contrib/configure-release'.
|
||||||
#:configure-flags (list
|
#:configure-flags (list
|
||||||
|
"--disable-static"
|
||||||
|
|
||||||
;; XXX: Disable optimizations specific to the build
|
;; XXX: Disable optimizations specific to the build
|
||||||
;; machine (AVX, etc.) There's apparently no way to
|
;; machine (AVX, etc.) There's apparently no way to
|
||||||
;; have them picked up at load time.
|
;; have them picked up at load time.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue