aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-06-21 23:23:37 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-06-22 01:26:36 +0200
commit51eb6cf83a1b15bb2cbf900c89b0bbf2f93d7849 (patch)
tree7c077b6fd5c4b54522a168f2cbd0091f8541238a /community
parent6f5a45b42d7cc18f4eb2b05e163ff6046797c954 (diff)
downloadaports-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')
-rw-r--r--community/arpack/APKBUILD2
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"