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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

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