[arch-commits] Commit in python-scipy/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Dec 25 18:50:46 UTC 2016
Date: Sunday, December 25, 2016 @ 18:50:45
Author: foutrelis
Revision: 202275
Python 3.6 rebuild
Modified:
python-scipy/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-25 18:49:08 UTC (rev 202274)
+++ PKGBUILD 2016-12-25 18:50:45 UTC (rev 202275)
@@ -7,7 +7,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/"
@@ -46,7 +46,7 @@
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')"
More information about the arch-commits
mailing list