diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-21 23:23:37 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-22 01:26:36 +0200 |
commit | 51eb6cf83a1b15bb2cbf900c89b0bbf2f93d7849 (patch) | |
tree | 7c077b6fd5c4b54522a168f2cbd0091f8541238a /community/arpack | |
parent | 6f5a45b42d7cc18f4eb2b05e163ff6046797c954 (diff) | |
download | aports-51eb6cf83a1b15bb2cbf900c89b0bbf2f93d7849.tar.bz2 aports-51eb6cf83a1b15bb2cbf900c89b0bbf2f93d7849.tar.xz |
community/arpack: enable build on ppc64le
Enable build on ppc64le as openblas is available.
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" |