diff options
Diffstat (limited to 'community/arpack')
-rw-r--r-- | community/arpack/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/arpack/APKBUILD b/community/arpack/APKBUILD index 841225ac14..0626b9dcbf 100644 --- a/community/arpack/APKBUILD +++ b/community/arpack/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.5.0 pkgrel=0 pkgdesc="Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems" url="https://github.com/opencollab/arpack-ng" -arch="all !ppc64le !s390x" #openblas not avail on excluded platform +arch="all !s390x" # openblas not avail on excluded platform license="BSD" depends="" depends_dev="openblas-dev" |