[Rivet-svn] r1989 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Nov 3 17:25:47 GMT 2009


Author: fsiegert
Date: Tue Nov  3 17:25:47 2009
New Revision: 1989

Log:
Fix compilation fail since the move from eigen -> eigen2

Modified:
   trunk/pyext/setup.py.in

Modified: trunk/pyext/setup.py.in
==============================================================================
--- trunk/pyext/setup.py.in	Tue Nov  3 16:49:32 2009	(r1988)
+++ trunk/pyext/setup.py.in	Tue Nov  3 17:25:47 2009	(r1989)
@@ -15,7 +15,7 @@
 ext = Extension('_rivet',
                 ['@srcdir@/rivet_wrap.cc'],
                 define_macros = [("SWIG_TYPE_TABLE", "hepmccompat")],
-                include_dirs=[incdir, '@HEPMCINCPATH@', '@BOOSTINCPATH@', '@GSLINCPATH@'],
+                include_dirs=[incdir, os.path.join(incdir, 'eigen2'), '@HEPMCINCPATH@', '@BOOSTINCPATH@', '@GSLINCPATH@'],
                 #should replace '.libs' -> os.path.join(srcdir,'@LT_OBJDIR@'), but doesn't work
                 library_dirs=[srcdir, os.path.join(srcdir,'.libs'), '@HEPMCLIBPATH@', '@GSLLIBPATH@'],
                 libraries=['HepMC', 'Rivet'])


More information about the Rivet-svn mailing list