diff options
Diffstat (limited to 'extra/lapack/PKGBUILD')
-rw-r--r-- | extra/lapack/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/lapack/PKGBUILD b/extra/lapack/PKGBUILD index ecc002737..9a7dec0c7 100644 --- a/extra/lapack/PKGBUILD +++ b/extra/lapack/PKGBUILD @@ -11,7 +11,7 @@ url="http://www.netlib.org/lapack" pkgdesc="Linear Algebra PACKage" makedepends=('gcc-fortran') depends=("blas=${pkgver}") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("custom") source=(http://www.netlib.org/${pkgname}/${pkgname}-${pkgver}.tgz lapack-3.1.1-make.inc.patch |