[arch-commits] Commit in pythia8/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Oct 27 08:36:30 UTC 2019
Date: Sunday, October 27, 2019 @ 08:36:29
Author: arojas
Revision: 520732
Fix build with python 3.8
Modified:
pythia8/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-27 08:34:27 UTC (rev 520731)
+++ PKGBUILD 2019-10-27 08:36:29 UTC (rev 520732)
@@ -77,7 +77,7 @@
--with-lhapdf6-include=${_inc} \
--with-lhapdf6-lib=${_lib} \
--with-python \
- --with-python-include="/usr/include/python$(get_pyver)m" \
+ --with-python-include="/usr/include/python$(get_pyver)" \
--with-python-lib="/usr/lib/python$(get_pyver)" \
--with-root \
--with-root-include=/usr/include/root \
More information about the arch-commits
mailing list