summaryrefslogtreecommitdiff
path: root/extra/lapack/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lapack/PKGBUILD')
-rw-r--r--extra/lapack/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/lapack/PKGBUILD b/extra/lapack/PKGBUILD
index df8aa17cd..1fc4e5d89 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)