diff options
Diffstat (limited to 'community/arpack/PKGBUILD')
-rw-r--r-- | community/arpack/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/arpack/PKGBUILD b/community/arpack/PKGBUILD index 0f909d106..5b92af19f 100644 --- a/community/arpack/PKGBUILD +++ b/community/arpack/PKGBUILD @@ -6,7 +6,7 @@ pkgname=arpack pkgver=2.1 pkgrel=4 pkgdesc="A collection of Fortran77 subroutines designed to solve large scale eigenvalue problems" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.caam.rice.edu/software/ARPACK" license=('custom:BSD') depends=('glibc' 'gcc-fortran') |