|
[Rivet-svn] rivet: Require Cython 0.24 or later.Rivet Mercurial rivet at projects.hepforge.orgWed Dec 7 21:15:02 GMT 2016
details: https://rivet.hepforge.org/hg/rivet/rev/45c063425dca branches: release-2-5-x changeset: 5640:45c063425dca user: Andy Buckley <andy at insectnation.org> date: Wed Dec 07 21:13:27 2016 +0000 description: Require Cython 0.24 or later. diffs (24 lines): --- a/ChangeLog Wed Dec 07 11:19:33 2016 +0000 +++ b/ChangeLog Wed Dec 07 21:13:27 2016 +0000 @@ -1,3 +1,7 @@ +2016-12-07 Andy Buckley <andy.buckley at cern.ch> + + * Require Cython 0.24 or later. + 2016-12-02 Andy Buckley <andy.buckley at cern.ch> * Adding L3_2004_I652683 (LEP 1 & 2 event shapes) and --- a/configure.ac Wed Dec 07 11:19:33 2016 +0000 +++ b/configure.ac Wed Dec 07 21:13:27 2016 +0000 @@ -213,9 +213,9 @@ ## Cython checks if test x$enable_pyext == xyes; then - AM_CHECK_CYTHON([0.23.5], [:], [:]) + AM_CHECK_CYTHON([0.24.0], [:], [:]) if test x$CYTHON_FOUND = xyes; then - AC_MSG_NOTICE([Cython >= 0.23.5 found: Python extension source can be rebuilt (for developers)]) + AC_MSG_NOTICE([Cython >= 0.24 found: Python extension source can be rebuilt (for developers)]) fi AC_CHECK_FILE([pyext/rivet/core.cpp],
More information about the Rivet-svn mailing list |