aboutsummaryrefslogtreecommitdiffstats
path: root/testing/harminv
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-04 07:58:50 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-04 07:58:50 +0000
commitbbf4fff772da0494830656d43eaa84089338b3fc (patch)
treed086e553917dbe71fd23258c7fb40784bd82941d /testing/harminv
parent403438981ed5732499ae4b30a056a556a8fc662b (diff)
downloadaports-bbf4fff772da0494830656d43eaa84089338b3fc.tar.bz2
aports-bbf4fff772da0494830656d43eaa84089338b3fc.tar.xz
testing/harminv: deps not avail on ppc64le
Diffstat (limited to 'testing/harminv')
-rw-r--r--testing/harminv/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/harminv/APKBUILD b/testing/harminv/APKBUILD
index 5b32894e0e..6cc636ccc5 100644
--- a/testing/harminv/APKBUILD
+++ b/testing/harminv/APKBUILD
@@ -2,10 +2,11 @@
# Maintainer:
pkgname=harminv
pkgver=1.4
-pkgrel=0
+pkgrel=1
pkgdesc="Free program to solve the problem of harmonic inversion"
url="http://ab-initio.mit.edu/wiki/index.php/Harminv"
-arch="all"
+# openblas not avail on ppc64le yet
+arch="all !ppc64le"
license="GPL"
depends=""
depends_dev="openblas-dev"
@@ -45,6 +46,4 @@ package() {
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="b95e24a9bc7e07d3d2202d1605e9e86f harminv-1.4.tar.gz"
-sha256sums="538e9b7766abcb0bf9db74cf47de5c4e8dfe8d724b047ea68550a5ee4c43b5de harminv-1.4.tar.gz"
sha512sums="c3a5153bdd5ab4b160407bcd50f4843708c2f5924074fdfe88890e8770d6a874178a69e83cd615cdecce04d80a3a92133d435f7245c0a21962e1e18a14fb63f5 harminv-1.4.tar.gz"