|
[yoda-svn] yoda: Merge from 1.6.x branchYODA Mercurial yoda at projects.hepforge.orgThu Jul 14 12:15:02 BST 2016
details: https://yoda.hepforge.org/hg/yoda/rev/ae6a50e6ad74 branches: changeset: 1279:ae6a50e6ad74 user: Andy Buckley <andy at insectnation.org> date: Thu Jul 14 12:00:27 2016 +0100 description: Merge from 1.6.x branch diffs (truncated from 102 to 50 lines): --- a/.hgtags Thu Jun 09 09:27:31 2016 +0100 +++ b/.hgtags Thu Jul 14 12:00:27 2016 +0100 @@ -41,3 +41,6 @@ 0000000000000000000000000000000000000000 yoda-1.6.0beta1 a57d544b72714e45c3a7bcf408479473ec2481a7 yoda-1.6.0 f27b8f2bddc522aaf30c06bb643207b67422fa9b yoda-1.6.1 +0000000000000000000000000000000000000000 yoda-1.6.1 +3d956bb73656d46a3118a5a5d03d25420c04f538 yoda-1.6.1 +2a32b9e0b9a9f962bd9ebb2ac7e611981da14ce4 yoda-1.6.2 --- a/ChangeLog Thu Jun 09 09:27:31 2016 +0100 +++ b/ChangeLog Thu Jul 14 12:00:27 2016 +0100 @@ -1,3 +1,19 @@ +2016-07-14 Andy Buckley <andy.buckley at cern.ch> + + * Try to build PyROOT interface by default, if root-config is found. + +2016-07-11 Andy Buckley <andy.buckley at cern.ch> + + * Remove accidentally remaining reference to Boost flags in yoda-config. + +2016-07-06 Andy Buckley <andy.buckley at cern.ch> + + * Version 1.6.2 release! + +2016-07-05 Andy Buckley <andy.buckley at cern.ch> + + * Pass the toNewScatter3D() scalebyarea flag to the called toScatter3D() functions. + 2016-06-06 Andy Buckley <andy.buckley at cern.ch> * Re-enable the disabled-for-some-reason Scatter1D combineWith Python mappings. --- a/bin/yoda-config.in Thu Jun 09 09:27:31 2016 +0100 +++ b/bin/yoda-config.in Thu Jul 14 12:00:27 2016 +0100 @@ -59,7 +59,7 @@ ## "Pre-rolled" build info tmp=$( echo "$*" | egrep -- '--\<cflags\>|--\<cppflags\>|--\<cxxflags\>') -test -n "$tmp" && OUT="$OUT -I at includedir@ @BOOST_CPPFLAGS@" +test -n "$tmp" && OUT="$OUT -I at includedir@" tmp=$( echo "$*" | egrep -- '--\<ldflags\>|--\<libs\>|--\<ldadd\>') test -n "$tmp" && OUT="$OUT -L at libdir@ -lYODA" --- a/configure.ac Thu Jun 09 09:27:31 2016 +0100 +++ b/configure.ac Thu Jul 14 12:00:27 2016 +0100 @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([YODA],[1.7.dev],[yoda at projects.hepforge.org],[YODA]) +AC_INIT([YODA],[1.6.2],[yoda at projects.hepforge.org],[YODA])
More information about the yoda-svn mailing list |