diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-12 10:46:08 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-12 10:46:08 -0300 |
commit | f485099bff608b85d321ce62bfaf07b32eda042d (patch) | |
tree | 7ddb126fe7e459539443b2b205d46fcc3e3e7c83 /extra/blas | |
parent | 0f7b614456934f23ecb58152df7ac818c5fe658b (diff) |
Xlib Mesa
Diffstat (limited to 'extra/blas')
-rwxr-xr-x | extra/blas/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/blas/PKGBUILD b/extra/blas/PKGBUILD index 872e57bc7..cf6369fed 100755 --- a/extra/blas/PKGBUILD +++ b/extra/blas/PKGBUILD @@ -11,7 +11,7 @@ url="http://www.netlib.org/blas" makedepends=('gcc-fortran') depends=('gcc-libs') pkgdesc="Basic Linear Algebra Subprograms" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("custom") source=(http://www.netlib.org/lapack/lapack-${pkgver}.tgz lapack-3.1.1-make.inc.patch |