[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/45: gnu: bonmin: Switch to openblas.
From: |
guix-commits |
Subject: |
27/45: gnu: bonmin: Switch to openblas. |
Date: |
Thu, 4 Apr 2024 10:40:27 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5d3fc0369016196a1335a1fb81700aabb6d81ea6
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Mar 11 12:07:04 2024 +0100
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>
---
gnu/packages/maths.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
- 36/45: gnu: python-cvxopt: Remove dependency on lapack., (continued)
- 36/45: gnu: python-cvxopt: Remove dependency on lapack., guix-commits, 2024/04/04
- 37/45: gnu: dlib: Remove dependency on lapack., guix-commits, 2024/04/04
- 38/45: gnu: grass: Remove dependency on lapack., guix-commits, 2024/04/04
- 42/45: gnu: lush2: Remove dependency on lapack., guix-commits, 2024/04/04
- 44/45: gnu: kaldi-for-vosk: Remove dependency on lapack., guix-commits, 2024/04/04
- 43/45: gnu: shogun: Switch to openblas., guix-commits, 2024/04/04
- 30/45: gnu: casacore: Remove dependency on lapack., guix-commits, 2024/04/04
- 32/45: gnu: apl: Switch to openblas., guix-commits, 2024/04/04
- 26/45: gnu: superlu-dist: Remove dependency on lapack., guix-commits, 2024/04/04
- 35/45: gnu: scilab: Remove dependency on lapack., guix-commits, 2024/04/04
- 27/45: gnu: bonmin: Switch to openblas.,
guix-commits <=
- 34/45: gnu: proteinortho: Remove dependency on lapack., guix-commits, 2024/04/04
- 40/45: gnu: giac: Switch to openblas., guix-commits, 2024/04/04
- 41/45: gnu: libflame: Switch to openblas., guix-commits, 2024/04/04