aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-06-12 17:52:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-12 19:47:49 +0000
commit5de815a43fb3fc967afe20b9a22ce2b07a1252f1 (patch)
treefb7753d97fe598fd8c9754d5010f668c71d330dc
parent3f17c04d23f8e21118d15efc85171b2c8bffc4c0 (diff)
testing/harminv: enable build on ppc64le
enabling build on ppc64le as openblass is enabled.
-rw-r--r--testing/harminv/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/harminv/APKBUILD b/testing/harminv/APKBUILD
index 6cc636ccc5b..3922ed5add8 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"