[yoda-svn] yoda: 3 new changesets

YODA Mercurial yoda at projects.hepforge.org
Wed Sep 28 16:15:01 BST 2016


details:   https://yoda.hepforge.org/hg/yoda/rev/39d2b404d77e
branches:  release-1-6
changeset: 1303:39d2b404d77e
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Sep 28 12:34:23 2016 +0100
description:
Fix handling of --enable/disable-root configure options.

details:   https://yoda.hepforge.org/hg/yoda/rev/6001b6383d17
branches:  release-1-6
changeset: 1304:6001b6383d17
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Sep 28 15:59:40 2016 +0100
description:
Version 1.6.5 release, for the benefit of ROOT fans.

details:   https://yoda.hepforge.org/hg/yoda/rev/8d6af8166965
branches:  release-1-6
changeset: 1305:8d6af8166965
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Sep 28 16:01:31 2016 +0100
description:
Added tag yoda-1.6.5 for changeset 6001b6383d17

diffs (43 lines):

--- a/.hgtags	Tue Sep 27 18:26:13 2016 +0100
+++ b/.hgtags	Wed Sep 28 16:01:31 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:26:13 2016 +0100
+++ b/ChangeLog	Wed Sep 28 16:01:31 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:26:13 2016 +0100
+++ b/configure.ac	Wed Sep 28 16:01:31 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])
 if test "x$enable_root" = "xyes"; then
   AC_PATH_PROG(ROOTCONFIG, [root-config])
   if test "x$ROOTCONFIG" = "x"; then


More information about the yoda-svn mailing list