diff options
author | Andreas Enge <andreas@enge.fr> | 2025-08-01 22:29:51 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-08-01 22:29:51 +0200 |
commit | 41b87a4cfe6ccc673cb8b2a50dc3882dd3a61ce7 (patch) | |
tree | d18eff20df33acef6d710dae54a3587e16863985 /gnu | |
parent | 988da25631277123e2a70cd50b8345d7cd725cf2 (diff) |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f3afbf1531..3e4439c60d 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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") |