guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: gloo: Build the shared library only.


From: guix-commits
Subject: 02/07: gnu: gloo: Build the shared library only.
Date: Thu, 12 Jan 2023 17:34:02 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 69ed95efaa600962bddc0fa18111a27a892be76f
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Thu Jan 12 16:26:28 2023 +0100

    gnu: gloo: Build the shared library only.
    
    * gnu/packages/machine-learning.scm (gloo)[arguments]: Pass
    '-DBUILD_SHARED_LIBS=ON'.
---
 gnu/packages/machine-learning.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 75cc100851..a74694da06 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]