diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-12 17:52:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-12 19:47:49 +0000 |
commit | 5de815a43fb3fc967afe20b9a22ce2b07a1252f1 (patch) | |
tree | fb7753d97fe598fd8c9754d5010f668c71d330dc /testing/harminv | |
parent | 3f17c04d23f8e21118d15efc85171b2c8bffc4c0 (diff) | |
download | aports-5de815a43fb3fc967afe20b9a22ce2b07a1252f1.tar.bz2 aports-5de815a43fb3fc967afe20b9a22ce2b07a1252f1.tar.xz |
testing/harminv: enable build on ppc64le
enabling build on ppc64le as openblass is enabled.
Diffstat (limited to 'testing/harminv')
-rw-r--r-- | testing/harminv/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/harminv/APKBUILD b/testing/harminv/APKBUILD index 6cc636ccc5..3922ed5add 100644 --- a/testing/harminv/APKBUILD +++ b/testing/harminv/APKBUILD @@ -5,8 +5,7 @@ pkgver=1.4 pkgrel=1 pkgdesc="Free program to solve the problem of harmonic inversion" url="http://ab-initio.mit.edu/wiki/index.php/Harminv" -# openblas not avail on ppc64le yet -arch="all !ppc64le" +arch="all" license="GPL" depends="" depends_dev="openblas-dev" |