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 cdefb4720..14b50033c 100644 --- a/extra/lapack/PKGBUILD +++ b/extra/lapack/PKGBUILD @@ -12,7 +12,7 @@ url="http://www.netlib.org/lapack" pkgdesc="Linear Algebra PACKage" makedepends=('gcc-fortran' 'cmake') depends=('gcc-libs') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("custom") source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz LICENSE.blas) |