diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 22:17:37 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 22:17:37 +0000 |
| commit | 8cb2e0409a182ff61ee0d509ccb4d15a3db8a132 (patch) | |
| tree | 53e3d087552274628aad1b90f2ca019b9c40afd5 | |
| parent | b1503caeb9e6289888042a54e0d22e261f6048ad (diff) | |
| download | aports-8cb2e0409a182ff61ee0d509ccb4d15a3db8a132.tar.bz2 aports-8cb2e0409a182ff61ee0d509ccb4d15a3db8a132.tar.xz | |
community: disable more openblas descendents on mips
| -rw-r--r-- | community/arpack/APKBUILD | 2 | ||||
| -rw-r--r-- | community/py3-numpy/APKBUILD | 2 | ||||
| -rw-r--r-- | community/py3-scipy/APKBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/community/arpack/APKBUILD b/community/arpack/APKBUILD index e741007642..230c8e3064 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 91f280a700..fcad590bd7 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 14fd55b752..96a53344d5 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 |
