|
[yoda-svn] yoda: Try to build PyROOT interface by default, if root-config i...YODA Mercurial yoda at projects.hepforge.orgThu Jul 14 11:00:02 BST 2016
details: https://yoda.hepforge.org/hg/yoda/rev/c0b91adef607 branches: release-1-6 changeset: 1278:c0b91adef607 user: Andy Buckley <andy at insectnation.org> date: Thu Jul 14 10:56:51 2016 +0100 description: Try to build PyROOT interface by default, if root-config is found. diffs (23 lines): --- a/ChangeLog Mon Jul 11 13:57:11 2016 +0100 +++ b/ChangeLog Thu Jul 14 10:56:51 2016 +0100 @@ -1,3 +1,7 @@ +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. --- a/configure.ac Mon Jul 11 13:57:11 2016 +0100 +++ b/configure.ac Thu Jul 14 10:56:51 2016 +0100 @@ -60,8 +60,8 @@ ## Optional ROOT compatibility -AC_ARG_ENABLE([root], [AC_HELP_STRING(--enable-root, - [build Python extension with ROOT interfacing @<:@default=no@:>@])], [enable_root=yes], []) +AC_ARG_ENABLE([root], [AC_HELP_STRING(--disable-root, + [try to build YODA interface to PyROOT (needs root-config) @<:@default=yes@:>@])], [enable_root=no], []) 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 |