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 cef5ff2f7..93625827e 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 Makefile.lapack) |