[Rivet-svn] r4271 - trunk/src/Core

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon May 13 21:17:43 BST 2013


Author: buckley
Date: Mon May 13 21:17:43 2013
New Revision: 4271

Log:
Placeholder code for yaml-cpp v3/v5 alternative API use in AnalysisInfo -- yaml-cpp 3 code needs to be re-added. Adding Makefile change

Modified:
   trunk/src/Core/Makefile.am

Modified: trunk/src/Core/Makefile.am
==============================================================================
--- trunk/src/Core/Makefile.am	Mon May 13 21:15:22 2013	(r4270)
+++ trunk/src/Core/Makefile.am	Mon May 13 21:17:43 2013	(r4271)
@@ -6,4 +6,4 @@
   Analysis.cc AnalysisLoader.cc AnalysisInfo.cc \
   AnalysisHandler.cc Run.cc ProjectionHandler.cc HistoHandler.cc
 
-libRivetCore_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(YAML_CPPINCPATH)
+libRivetCore_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(YAML_CPPINCPATH) -DYAMLCPP_API_VERSION=$(YAMLCPP_MAJOR_VERSION)


More information about the Rivet-svn mailing list