|
[yoda-svn] yoda: merged from 1-6YODA Mercurial yoda at projects.hepforge.orgTue Sep 27 18:15:02 BST 2016
details: https://yoda.hepforge.org/hg/yoda/rev/faab8bce0a96 branches: changeset: 1300:faab8bce0a96 user: David Grellscheid <david.grellscheid at durham.ac.uk> date: Tue Sep 27 18:01:33 2016 +0100 description: merged from 1-6 diffs (truncated from 157 to 50 lines): --- a/.hgtags Thu Sep 15 09:04:24 2016 +0100 +++ b/.hgtags Tue Sep 27 18:01:33 2016 +0100 @@ -45,3 +45,4 @@ 3d956bb73656d46a3118a5a5d03d25420c04f538 yoda-1.6.1 2a32b9e0b9a9f962bd9ebb2ac7e611981da14ce4 yoda-1.6.2 6e222b9c2422baef39a531e2461213a51c898661 yoda-1.6.3 +1edc280f270b7cf812bf7bc6d56abbf93eb15987 yoda-1.6.4 --- a/ChangeLog Thu Sep 15 09:04:24 2016 +0100 +++ b/ChangeLog Tue Sep 27 18:01:33 2016 +0100 @@ -1,6 +1,16 @@ +2016-09-25 Andy Buckley <andy.buckley at cern.ch> + + * Version 1.6.4 release. + +2016-09-20 David Grellscheid <david.grellscheid at durham.ac.uk> + + * Remove aliases for @property functions. They were scheduled for + removal anyway, and don't work with Cython >= 24. + 2016-09-06 Andy Buckley <andy.buckley at cern.ch> - * Update configure scripts to use newer (Py3-safe) Python testing macros. + * Update configure scripts to use newer (Py3-safe) Python testing + macros. 2016-08-09 Andy Buckley <andy.buckley at cern.ch> --- a/configure.ac Thu Sep 15 09:04:24 2016 +0100 +++ b/configure.ac Tue Sep 27 18:01:33 2016 +0100 @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([YODA],[1.6.3],[yoda at projects.hepforge.org],[YODA]) +AC_INIT([YODA],[1.6.4],[yoda at projects.hepforge.org],[YODA]) ## Check and block installation into the src/build dir if test "$prefix" = "$PWD"; then @@ -128,10 +128,34 @@ ## Cython checks if test x$enable_pyext == xyes; then - AM_CHECK_CYTHON([0.20], [:], [:]) + AM_CHECK_CYTHON([0.23.5], [:], [:]) if test x$CYTHON_FOUND = xyes; then - AC_MSG_NOTICE([Cython >= 0.20 found: Python extension source can be rebuilt (for developers)]) + AS_VERSION_COMPARE([$CYTHON_VERSION], [0.24], + [AC_MSG_NOTICE([Cython >= 0.23.5 found: Python extension source can be rebuilt (for developers)])], + [AC_MSG_NOTICE([ +**************************************************
More information about the yoda-svn mailing list |