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 6781a930e..f710c7065 100644 --- a/extra/lapack/PKGBUILD +++ b/extra/lapack/PKGBUILD @@ -10,7 +10,7 @@ pkgver=3.3.0 pkgrel=2 url="http://www.netlib.org/lapack" makedepends=('gcc-fortran') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("custom") source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz lapack-3.1.1-make.inc.patch |