|
[Rivet-svn] r2408 - trunkblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Apr 21 16:11:08 BST 2010
Author: fsiegert Date: Wed Apr 21 16:11:08 2010 New Revision: 2408 Log: As far as I can see, GSL_CPPFLAGS is not defined by m4/gsl.m4, but instead GSL_CXXFLAGS. Let's see whether this fixes our OSX build failure. Modified: trunk/configure.ac Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac Wed Apr 21 15:44:28 2010 (r2407) +++ trunk/configure.ac Wed Apr 21 16:11:08 2010 (r2408) @@ -223,7 +223,7 @@ ## Set default build flags AM_CPPFLAGS="-I\$(top_srcdir)/include -I\$(top_builddir)/include" #AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_srcdir)/include/eigen2" -AM_CPPFLAGS="$AM_CPPFLAGS \$(GSL_CPPFLAGS)" +AM_CPPFLAGS="$AM_CPPFLAGS \$(GSL_CXXFLAGS)" AM_CPPFLAGS="$AM_CPPFLAGS -I\$(BOOSTINCPATH) \$(BOOST_CPPFLAGS)" AM_CPPFLAGS="$AM_CPPFLAGS -I\$(HEPMCINCPATH)" AM_CPPFLAGS="$AM_CPPFLAGS -I\$(FASTJETINCPATH)"
More information about the Rivet-svn mailing list |