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

YODA Mercurial yoda at projects.hepforge.org
Tue Nov 21 14:15:01 GMT 2017


details:   https://yoda.hepforge.org/hg/yoda/rev/622f8d63bbbc
branches:  
changeset: 1431:622f8d63bbbc
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Tue Nov 21 14:10:10 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 13:45:02 2017 +0000
+++ b/configure.ac	Tue Nov 21 14:10:10 2017 +0000
@@ -113,7 +113,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)
   YODA_PYTHONPATH=`$PYTHON -c "from __future__ import print_function; import distutils.sysconfig; print(distutils.sysconfig.get_python_lib(prefix='$prefix', plat_specific=True));"`
   AC_SUBST(YODA_PYTHONPATH)


More information about the yoda-svn mailing list