summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Balula2023-06-19 18:27:34 +0200
committerSamuel Balula2023-06-19 18:27:34 +0200
commitf3e306f59e2ca5b17d9feb42d100eca55f0d8be9 (patch)
tree06fa56aec4c0c828853abe1efc645f00d182ef3b
parente6c47b46757f710bc2dcb0b1531f4e78163e9012 (diff)
downloadaur-f3e306f59e2ca5b17d9feb42d100eca55f0d8be9.tar.gz
Changes depends openblas-lapack to blas-openblas.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8ff159cc68f..09733f21893f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc="HSL Mathematical Software Library. Including solvers for sparse linear
arch=('i686' 'x86_64')
url="http://www.hsl.rl.ac.uk/"
makedepends=('gcc' 'metis' 'gcc-fortran')
-depends=('openblas-lapack' 'openmp')
+depends=('blas-openblas' 'openmp')
optdepends=('coin-or-ipopt')
source=("ThirdParty-HSL::git+https://github.com/coin-or-tools/ThirdParty-HSL.git"
"manual://${_pkgname}-${pkgver}.tar.gz")