|
[Rivet-svn] r4248 - trunk/pyextblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Apr 10 15:43:44 BST 2013
Author: buckley Date: Wed Apr 10 15:43:44 2013 New Revision: 4248 Log: Removing excess build flags (with typos)... for now at least :S Modified: trunk/pyext/setup.py.in Modified: trunk/pyext/setup.py.in ============================================================================== --- trunk/pyext/setup.py.in Tue Apr 9 15:59:37 2013 (r4247) +++ trunk/pyext/setup.py.in Wed Apr 10 15:43:44 2013 (r4248) @@ -19,7 +19,7 @@ ext = Extension('_rivetwrap', [wrapsrc], include_dirs=[incdir_src, incdir_build, '@HEPMCINCPATH@', '@GSLINCPATH@'], - extra_compile_args= "-I at prefix@/include @BOOST_CPPFLAGS@ @AM_CPPFLAGS @CPPFLAGS@ @AM_CXXFLAGS @CXXFLAGS@".split(), + extra_compile_args= "-I at prefix@/include @BOOST_CPPFLAGS@".split(), library_dirs=[libdir, libdir_yaml, '@HEPMCLIBPATH@'], extra_link_args = "-L at prefix@/lib @LDFLAGS@".split(), libraries=['Rivet']) # 'HepMC', 'fastjet', 'yaml-cpp', 'GSL', 'HepPID'
More information about the Rivet-svn mailing list |