aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:17:37 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:17:37 +0000
commit8cb2e0409a182ff61ee0d509ccb4d15a3db8a132 (patch)
tree53e3d087552274628aad1b90f2ca019b9c40afd5
parentb1503caeb9e6289888042a54e0d22e261f6048ad (diff)
community: disable more openblas descendents on mips
-rw-r--r--community/arpack/APKBUILD2
-rw-r--r--community/py3-numpy/APKBUILD2
-rw-r--r--community/py3-scipy/APKBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/community/arpack/APKBUILD b/community/arpack/APKBUILD
index e7410076426..230c8e30647 100644
--- a/community/arpack/APKBUILD
+++ b/community/arpack/APKBUILD
@@ -6,7 +6,7 @@ pkgver=3.7.0
pkgrel=1
pkgdesc="Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems"
url="https://github.com/opencollab/arpack-ng"
-arch="all"
+arch="all !mips !mips64"
license="BSD-3-Clause"
depends_dev="openblas-dev>=0.3.0 lapack-dev"
makedepends="$depends_dev autoconf automake gfortran libtool"
diff --git a/community/py3-numpy/APKBUILD b/community/py3-numpy/APKBUILD
index 91f280a700d..fcad590bd7b 100644
--- a/community/py3-numpy/APKBUILD
+++ b/community/py3-numpy/APKBUILD
@@ -8,7 +8,7 @@ pkgver=1.18.2
pkgrel=0
pkgdesc="Scientific tools for Python"
url="https://www.numpy.org/"
-arch="all"
+arch="all !mips !mips64"
license="BSD-3-Clause"
options="!check"
replaces="py-numpy"
diff --git a/community/py3-scipy/APKBUILD b/community/py3-scipy/APKBUILD
index 14fd55b7521..96a53344d56 100644
--- a/community/py3-scipy/APKBUILD
+++ b/community/py3-scipy/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.4.1
pkgrel=0
pkgdesc="Python library for scientific computing"
url="https://www.scipy.org"
-arch="all"
+arch="all !mips !mips64"
license="BSD-3-Clause"
depends="py3-numpy-f2py"
makedepends="cython gfortran openblas-dev>=0.3.0 py3-numpy-dev py3-setuptools