aboutsummaryrefslogtreecommitdiffstats
path: root/community/arpack/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/arpack/APKBUILD')
-rw-r--r--community/arpack/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/arpack/APKBUILD b/community/arpack/APKBUILD
index 3ffe1301ed..bea506e268 100644
--- a/community/arpack/APKBUILD
+++ b/community/arpack/APKBUILD
@@ -3,10 +3,10 @@
pkgname=arpack
_pkgname=$pkgname-ng
pkgver=3.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems"
url="https://github.com/opencollab/arpack-ng"
-arch="all !ppc64le" #openblas not avail on excluded platform
+arch="all !ppc64le !s390x" #openblas not avail on excluded platform
license="BSD"
depends=""
depends_dev="openblas-dev"