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 403dbfece..a0426cee3 100644 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('python-scipy' 'python2-scipy') pkgver=0.11.0 pkgrel=4 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') |