community/python-scipy to 0.18.1-2

This commit is contained in:
Kevin Mihelich 2017-01-06 13:38:02 +00:00
parent 3d7b151266
commit 67315a6fd8

View file

@ -10,7 +10,7 @@
pkgname=('python-scipy' 'python2-scipy')
pkgver=0.18.1
pkgrel=1
pkgrel=2
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('i686' 'x86_64')
url="http://www.scipy.org/"
@ -49,7 +49,7 @@ check() {
cd ${srcdir}/scipy-${pkgver}
python3 setup.py config_fc --fcompiler=gnu95 install \
--prefix=/usr --root=${srcdir}/test --optimize=1
export PYTHONPATH=${srcdir}/test/usr/lib/python3.5/site-packages
export PYTHONPATH=${srcdir}/test/usr/lib/python3.6/site-packages
cd ${srcdir}
python -c "from scipy import test; test('full')"