summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 632d8c4a2718..54d9f443f8a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apbs
pkgdesc = Software for biomolecular electrostatics and solvation calculations
pkgver = 3.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.poissonboltzmann.org/
arch = x86_64
license = custom
@@ -10,7 +10,7 @@ pkgbase = apbs
makedepends = git
makedepends = wget
depends = python
- depends = openblas
+ depends = blas
depends = suitesparse
depends = lapack
depends = arpack
diff --git a/PKGBUILD b/PKGBUILD
index 2babdbb7f839..5b87b44d1304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=apbs
pkgver=3.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Software for biomolecular electrostatics and solvation calculations"
arch=(x86_64)
url="http://www.poissonboltzmann.org/"
license=(custom)
-depends=(python openblas suitesparse lapack arpack eigen boost boost-libs metis superlu gtest)
+depends=(python blas suitesparse lapack arpack eigen boost boost-libs metis superlu gtest)
makedepends=('cmake>=3.12' make git wget)
provides=(apbs)
conflicts=(apbs-bin)
@@ -16,10 +16,6 @@ source=("https://github.com/Electrostatics/apbs/archive/refs/tags/v${pkgver}.tar
sha256sums=('644e6246fd37c9dd4172fc7be1763337082ab8584dbcd53e738c831b62c89bb2')
options=(!makeflags !buildflags)
-prepare() {
- echo "Nothing to do here"
-}
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"