mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/python-scipy to 0.18.1-2
This commit is contained in:
parent
3d7b151266
commit
67315a6fd8
1 changed files with 2 additions and 2 deletions
|
@ -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')"
|
||||
|
||||
|
|
Loading…
Reference in a new issue