diff options
author | Andreas Enge <andreas@enge.fr> | 2024-01-24 17:27:40 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-02-14 14:38:02 +0100 |
commit | 0c3ae6dc84fa7d12020983a42802346638be66bc (patch) | |
tree | 8691124a0c0c741e09da1827b0d305c8a882e4f7 /gnu/packages/maths.scm | |
parent | ff76def8a45753ce13f171db7626a1962c9a7b79 (diff) |
gnu: arpack-ng: Update to 3.9.1.
* gnu/packages/maths.scm (arpack-ng): Update to 3.9.1. Drop patch.
* gnu/packages/patches/arpack-ng-propagate-rng-state.patch: Remove file.
* gnu/packages/maths.scm (dist_patch_DATA): Unregister patch.
Change-Id: I33a666c3a88fb2f6791c8d698eeb054a831103fc
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 286e7da6c6..d557154f91 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1055,7 +1055,7 @@ halfspaces) or by their double description with both representations.") (define-public arpack-ng (package (name "arpack-ng") - (version "3.9.0") + (version "3.9.1") (home-page "https://github.com/opencollab/arpack-ng") (source (origin (method git-fetch) @@ -1063,8 +1063,7 @@ halfspaces) or by their double description with both representations.") (file-name (git-file-name name version)) (sha256 (base32 - "09smxilyn8v9xs3kpx3nlj2s7ql3v8z40mpc09kccbb6smyd35iv")) - (patches (search-patches "arpack-ng-propagate-rng-state.patch")))) + "0bbw6a48py9fjlif2n4x75skyjskq2hghffjqzm85wnsnsjdlaqw")))) (build-system cmake-build-system) (arguments '(#:configure-flags '("-DICB=ON"))) |