mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gloo: Build the shared library only.
* gnu/packages/machine-learning.scm (gloo)[arguments]: Pass '-DBUILD_SHARED_LIBS=ON'.
This commit is contained in:
committed by
Ludovic Courtès
parent
88572ededc
commit
69ed95efaa
@@ -2932,7 +2932,7 @@ that:
|
||||
(inputs
|
||||
(list openssl))
|
||||
(arguments
|
||||
`(#:configure-flags '("-DBUILD_TEST=1")
|
||||
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON" "-DBUILD_TEST=1")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
|
||||
Reference in New Issue
Block a user