diff options
-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" |