[Rivet-svn] rivet: Bump required python version to 2.7.3, allows much easier...

Rivet Mercurial rivet at projects.hepforge.org
Tue Nov 21 14:30:01 GMT 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/e7ff58c916bd
branches:  
changeset: 6152:e7ff58c916bd
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Tue Nov 21 14:16:32 2017 +0000
description:
Bump required python version to 2.7.3, allows much easier compatibility with Py3

diffs (11 lines):

--- a/configure.ac	Fri Nov 17 14:09:14 2017 +0000
+++ b/configure.ac	Tue Nov 21 14:16:32 2017 +0000
@@ -195,7 +195,7 @@
   [], [enable_pyext=yes])
 ## Basic Python checks
 if test x$enable_pyext == xyes; then
-  AX_PYTHON_DEVEL([>= '2.6'])
+  AX_PYTHON_DEVEL([>= '2.7.3'])
   AC_SUBST(PYTHON_VERSION)
   RIVET_PYTHONPATH=`$PYTHON -c "from __future__ import print_function;
 import distutils.sysconfig; print(distutils.sysconfig.get_python_lib(prefix='$prefix', plat_specific=True));"`


More information about the Rivet-svn mailing list