[Rivet-svn] r3629 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Mar 19 17:38:55 GMT 2012


Author: buckley
Date: Mon Mar 19 17:38:55 2012
New Revision: 3629

Log:
Fixing a dumb omission from my interpretation of the last patch!

Modified:
   trunk/pyext/setup.py.in

Modified: trunk/pyext/setup.py.in
==============================================================================
--- trunk/pyext/setup.py.in	Mon Mar 19 17:30:44 2012	(r3628)
+++ trunk/pyext/setup.py.in	Mon Mar 19 17:38:55 2012	(r3629)
@@ -23,7 +23,7 @@
                 [wrapsrc],
                 define_macros = [('SWIG_TYPE_TABLE', 'hepmccompat')],
                 include_dirs=[incdir_src, incdir_build, '@HEPMCINCPATH@', '@BOOSTINCPATH@', '@GSLINCPATH@'],
-                library_dirs=[libdir, '@HEPMCLIBPATH@'],
+                library_dirs=[libdir, libdir_yaml, '@HEPMCLIBPATH@'],
                 extra_compile_args = cxxargs,
                 extra_link_args = ldargs,
                 libraries=['HepMC', 'Rivet'])


More information about the Rivet-svn mailing list