diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2023-12-28 21:13:26 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2023-12-28 21:13:26 -0500 |
commit | 92227248a616a9555200a48b1e4f1768a462556b (patch) | |
tree | 2e5bc472b5169742a4a5ffe5971ceb8be780970f /gnu/packages/cpp.scm | |
parent | bdab356332e391e09d0feafe0fcac9c52388a07d (diff) | |
parent | 7722da6fa5422c4fec69d6c8b9536c7d6fc3d326 (diff) |
Merge branch 'master' into mesa-updates
Change-Id: I16539f64df739453a83f8dfd962e04910a7d7ff5
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 0d5be7d171..0f2c6e0b85 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -484,7 +484,7 @@ operating on batches.") (define-public google-highway (package (name "google-highway") - (version "1.0.5") + (version "1.0.7") (source (origin (method git-fetch) @@ -493,10 +493,11 @@ operating on batches.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "01ig4iqicm57nycl9q8mx1b22gvl4wj5j1vfp1jczhmrga4bca8v")))) + (base32 "0cx38hnislqyd4vd47mlpgjpr1zmpf1fms2bj6nb00fjv53q1sb7")))) (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") |