summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-07-18 18:14:09 +0200
committerAndreas Enge <andreas@enge.fr>2026-07-20 11:44:38 +0200
commitbd6c9363c7f779dd8801fce1420a3707d29e58b7 (patch)
tree7f06d9268e8dda5f76e879129e5defb2756c35c3 /gnu/packages/maths.scm
parenta6bd9d8369c5c3433df21da09f672a4338deeb1f (diff)
gnu: cminpack: Update to 1.3.13.
* gnu/packages/maths.scm (cminpack): Update to 1.3.13. Fixes: guix/guix#8820
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 966d8f29a0a..a1bdb41a309 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1698,7 +1698,7 @@ C++ with a C API. It contains a LU and LLt solver, and a few other things.")
1698(define-public cminpack 1698(define-public cminpack
1699 (package 1699 (package
1700 (name "cminpack") 1700 (name "cminpack")
1701 (version "1.3.11") 1701 (version "1.3.13")
1702 (source (origin 1702 (source (origin
1703 (method git-fetch) 1703 (method git-fetch)
1704 (uri (git-reference 1704 (uri (git-reference
@@ -1707,7 +1707,7 @@ C++ with a C API. It contains a LU and LLt solver, and a few other things.")
1707 (file-name (git-file-name name version)) 1707 (file-name (git-file-name name version))
1708 (sha256 1708 (sha256
1709 (base32 1709 (base32
1710 "13y5lam0g6imky6wigg8w89k8xqifqawbs9hja6fz37242agyj71")))) 1710 "0apnph1j9hbr6vx3idcc6lhm19gwmqw4xi435g7dwnj9rgnyydlx"))))
1711 (build-system cmake-build-system) 1711 (build-system cmake-build-system)
1712 (arguments 1712 (arguments
1713 (list #:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON"))) 1713 (list #:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON")))