1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 02:00:29 +02:00

gnu: hpcombi: Update to 1.1.0.

* gnu/packages/maths.scm (hpcombi): Update to 1.1.0.
[native-inputs]: Remove catch2-3; add catch2-3.8.

Change-Id: I88a95a1d1a6621124cfa3e634df0078735aae331
This commit is contained in:
Andreas Enge
2025-08-01 22:29:51 +02:00
parent 988da25631
commit 41b87a4cfe

View File

@@ -3243,7 +3243,7 @@ includes a complete LAPACK implementation.")
(define-public hpcombi
(package
(name "hpcombi")
(version "1.0.1")
(version "1.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3252,11 +3252,11 @@ includes a complete LAPACK implementation.")
(file-name (git-file-name name version))
(sha256
(base32
"00mbxw5x6m61n0x68dsiyq97i7b08h3hkbj9is2w6gcg571jy319"))))
"0xxqjz4lba57vn65m2k5jxrz0v7y6jwnhxwg6njd4vrafv5w17yv"))))
(arguments
(list #:configure-flags #~(list "-DBUILD_TESTING=ON")))
(native-inputs
(list catch2-3))
(list catch2-3.8))
(build-system cmake-build-system)
(home-page "https://libsemigroups.github.io/HPCombi/")
(synopsis "Fast combinatorics in C++ using SSE/AVX instruction sets")