[yoda-svn] yoda: 3 new changesets

YODA Mercurial yoda at projects.hepforge.org
Thu Oct 27 11:15:02 BST 2016


details:   https://yoda.hepforge.org/hg/yoda/rev/7b92b64283a5
branches:  
changeset: 1318:7b92b64283a5
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Thu Oct 27 11:04:26 2016 +0100
description:
merged from 1.6.5

details:   https://yoda.hepforge.org/hg/yoda/rev/eaf238c61f52
branches:  multiweight
changeset: 1319:eaf238c61f52
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Thu Oct 27 11:06:57 2016 +0100
description:
Move exception definitions into cc file. Helps with cross-library catching.

details:   https://yoda.hepforge.org/hg/yoda/rev/2b49fcf686e1
branches:  multiweight
changeset: 1320:2b49fcf686e1
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Thu Oct 27 11:07:52 2016 +0100
description:
Up-to-date with 1.6.5

diffs (truncated from 1665 to 50 lines):

--- a/.hgignore	Tue Sep 27 18:01:33 2016 +0100
+++ b/.hgignore	Thu Oct 27 11:07:52 2016 +0100
@@ -66,6 +66,7 @@
 ^tests/testsortedvector$
 ^tests/testweights$
 ^tests/testbinsearcher$
+^tests/testannotations$
 ^plots$
 ^a.out$
 ^testplotting$
--- a/.hgtags	Tue Sep 27 18:01:33 2016 +0100
+++ b/.hgtags	Thu Oct 27 11:07:52 2016 +0100
@@ -46,3 +46,4 @@
 2a32b9e0b9a9f962bd9ebb2ac7e611981da14ce4 yoda-1.6.2
 6e222b9c2422baef39a531e2461213a51c898661 yoda-1.6.3
 1edc280f270b7cf812bf7bc6d56abbf93eb15987 yoda-1.6.4
+6001b6383d178b5db17b767a79d960b0474192d5 yoda-1.6.5
--- a/ChangeLog	Tue Sep 27 18:01:33 2016 +0100
+++ b/ChangeLog	Thu Oct 27 11:07:52 2016 +0100
@@ -1,3 +1,13 @@
+2016-09-28  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Version 1.6.5 release, for the benefit of ROOT fans.
+
+	* Fix handling of --enable/disable-root configure options.
+
+2016-09-26  David Grellscheid  <david.grellscheid at durham.ac.uk>
+
+	* Improvements to Cython version testing.
+
 2016-09-25  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Version 1.6.4 release.
--- a/configure.ac	Tue Sep 27 18:01:33 2016 +0100
+++ b/configure.ac	Thu Oct 27 11:07:52 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.4],[yoda at projects.hepforge.org],[YODA])
+AC_INIT([YODA],[1.6.5],[yoda at projects.hepforge.org],[YODA])
 
 ## Check and block installation into the src/build dir
 if test "$prefix" = "$PWD"; then
@@ -61,7 +61,7 @@
 
 ## Optional ROOT compatibility
 AC_ARG_ENABLE([root], [AC_HELP_STRING(--disable-root,
-  [try to build YODA interface to PyROOT (needs root-config) @<:@default=yes@:>@])], [enable_root=no], [])
+  [don't try to build YODA interface to PyROOT (needs root-config) @<:@default=yes@:>@])], [], [enable_root=yes])


More information about the yoda-svn mailing list