summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorRomain GARBAGE <romain.garbage@inria.fr>2024-03-11 12:07:04 +0100
committerLudovic Courtès <ludo@gnu.org>2024-04-04 16:18:21 +0200
commit5d3fc0369016196a1335a1fb81700aabb6d81ea6 (patch)
tree75f38b8084f31d2060f1ff55186156067f5ea2f8 /gnu/packages/maths.scm
parentda7f5916193e903d7205f5221d32a8d214f2db5a (diff)
downloadguix-patches-5d3fc0369016196a1335a1fb81700aabb6d81ea6.tar
guix-patches-5d3fc0369016196a1335a1fb81700aabb6d81ea6.tar.gz
gnu: bonmin: Switch to openblas.
* gnu/packages/maths.scm (bonmin): Switch input dependency from lapack to openblas. Change-Id: I3f1ef50827873fdc1eddcd152a74ffbbbf02ee44 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0c32aeb69a..64020832a2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1434,7 +1434,7 @@ Extern C linkage permits the package routines to be called from C++.")
"153kj4wx386609g21hw3cv5yxps62qqrc64zwb9ryd2xad1w1a4y"))))
(build-system gnu-build-system)
(native-inputs (list gfortran pkg-config))
- (inputs (list cbc ipopt lapack))
+ (inputs (list cbc ipopt openblas))
(home-page "https://coin-or.github.io/Bonmin/")
(synopsis "Basic Open-source Nonlinear Mixed INteger programming")
(description "Bonmin is a code for solving general MINLP (Mixed Integer