me
/
guix
Archived
1
0
Fork 0

gnu: gloo: Build the shared library only.

* gnu/packages/machine-learning.scm (gloo)[arguments]: Pass
'-DBUILD_SHARED_LIBS=ON'.
master
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
1 changed files with 1 additions and 1 deletions

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