1
0
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:
Ludovic Courtès
2023-01-12 16:26:28 +01:00
committed by Ludovic Courtès
parent 88572ededc
commit 69ed95efaa

View File

@@ -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