aboutsummaryrefslogtreecommitdiffstats
path: root/community/arpack
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-10 14:42:58 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-10 14:42:58 +0000
commit4b66b2796b1d073096d167a02b7e89760ae137ea (patch)
tree699932bb06d6fe64ecff319b10679b6205e68a78 /community/arpack
parentfa1ba7dd74f6e3fd4e4bf856f5d9aa617faf149d (diff)
downloadaports-4b66b2796b1d073096d167a02b7e89760ae137ea.tar.bz2
aports-4b66b2796b1d073096d167a02b7e89760ae137ea.tar.xz
community/arpack: openblas not avail on ppc64le
Diffstat (limited to 'community/arpack')
-rw-r--r--community/arpack/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/arpack/APKBUILD b/community/arpack/APKBUILD
index aa3ce4f70f..3ffe1301ed 100644
--- a/community/arpack/APKBUILD
+++ b/community/arpack/APKBUILD
@@ -3,10 +3,10 @@
pkgname=arpack
_pkgname=$pkgname-ng
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems"
url="https://github.com/opencollab/arpack-ng"
-arch="all"
+arch="all !ppc64le" #openblas not avail on excluded platform
license="BSD"
depends=""
depends_dev="openblas-dev"