[arch-commits] Commit in python-scipy/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 6 17:21:16 UTC 2020
Date: Monday, April 6, 2020 @ 17:21:15
Author: arojas
Revision: 612063
python2 version is no longer built
Modified:
python-scipy/trunk/PKGBUILD
----------+
PKGBUILD | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-06 16:21:09 UTC (rev 612062)
+++ PKGBUILD 2020-04-06 17:21:15 UTC (rev 612063)
@@ -26,13 +26,8 @@
# required for gfortran
export LDFLAGS="-Wall -shared"
- # 2 builds
- cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
- # build for python3
cd scipy-${pkgver}
- python3 setup.py config_fc --fcompiler=gnu95 build
-
+ python setup.py config_fc --fcompiler=gnu95 build
}
check() {
More information about the arch-commits
mailing list