diff options
Diffstat (limited to 'community/python-scipy/PKGBUILD')
-rw-r--r-- | community/python-scipy/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index 03e73c7e6..e850f3867 100644 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('python-scipy' 'python2-scipy') pkgver=0.12.0 pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.scipy.org/" license=('BSD') makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy') |