|
[Rivet-svn] r4326 - in trunk: . testblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed May 29 17:03:35 BST 2013
Author: buckley Date: Wed May 29 17:03:35 2013 New Revision: 4326 Log: Sort out YODA lib path in make check LDFLAGS Modified: trunk/configure.ac trunk/test/Makefile.am Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac Wed May 29 12:48:32 2013 (r4325) +++ trunk/configure.ac Wed May 29 17:03:35 2013 (r4326) @@ -66,7 +66,7 @@ ## YODA histogramming library AC_CEDAR_LIBRARYANDHEADERS([YODA], , , [AC_MSG_ERROR([YODA is required])]) -## TODO NEEDS TESTS HERE +# TODO: NEEDS TESTS HERE, E.G. VERSION AND FEATURES ## HepMC event record library Modified: trunk/test/Makefile.am ============================================================================== --- trunk/test/Makefile.am Wed May 29 12:48:32 2013 (r4325) +++ trunk/test/Makefile.am Wed May 29 17:03:35 2013 (r4326) @@ -1,6 +1,6 @@ check_PROGRAMS = testMath testMatVec testBoost testCmp testApi testNaN -AM_LDFLAGS = -L$(top_srcdir)/src -L$(prefix)/lib $(BOOST_LDFLAGS) $(YAMLCPP_LDFLAGS) $(YODA_LDFLAGS) +AM_LDFLAGS = -L$(top_srcdir)/src -L$(prefix)/lib $(BOOST_LDFLAGS) $(YAMLCPP_LDFLAGS) -L$(YODALIBPATH) LIBS = -lm $(GSL_LDFLAGS) -lYODA testBoost_SOURCES = testBoost.cc
More information about the Rivet-svn mailing list |