diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-04 07:58:50 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-04 07:58:50 +0000 |
commit | bbf4fff772da0494830656d43eaa84089338b3fc (patch) | |
tree | d086e553917dbe71fd23258c7fb40784bd82941d | |
parent | 403438981ed5732499ae4b30a056a556a8fc662b (diff) | |
download | aports-bbf4fff772da0494830656d43eaa84089338b3fc.tar.bz2 aports-bbf4fff772da0494830656d43eaa84089338b3fc.tar.xz |
testing/harminv: deps not avail on ppc64le
-rw-r--r-- | testing/harminv/APKBUILD | 7 |
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" |