guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: google-highway: Build shared libraries.


From: guix-commits
Subject: 01/02: gnu: google-highway: Build shared libraries.
Date: Wed, 27 Dec 2023 08:41:50 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b28bcd49c20372802535d711400e950ad794b4ae
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 20 09:41:56 2023 +0200

    gnu: google-highway: Build shared libraries.
    
    * gnu/packages/cpp.scm (google-highway)[arguments]: Add configure-flag
    to build shared libraries.
    
    Change-Id: Ic222dd454290742c7c964a1a5a5b7d8d7533c3e1
---
 gnu/packages/cpp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 0d5be7d171..83581acc2f 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -496,7 +496,8 @@ operating on batches.")
         (base32 "01ig4iqicm57nycl9q8mx1b22gvl4wj5j1vfp1jczhmrga4bca8v"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on")))
+     `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on"
+                               "-DBUILD_SHARED_LIBS=ON")))
     (native-inputs
      (list googletest))
     (home-page "https://github.com/google/highway";)



reply via email to

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