|
[yoda-svn] r590 - trunk/pyextblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Apr 9 15:59:20 BST 2013
Author: buckley Date: Tue Apr 9 15:59:20 2013 New Revision: 590 Log: Tweaks to Cython build Modified: trunk/pyext/setup.py.in Modified: trunk/pyext/setup.py.in ============================================================================== --- trunk/pyext/setup.py.in Mon Apr 8 12:24:31 2013 (r589) +++ trunk/pyext/setup.py.in Tue Apr 9 15:59:20 2013 (r590) @@ -24,7 +24,7 @@ language='c++', depends=depends, include_dirs=[incdir, PKGNAME], - extra_compile_args= "-I at prefix@/include @BOOST_CPPFLAGS@".split(), + extra_compile_args= "-I at prefix@/include @BOOST_CPPFLAGS@ -Wno-unused-but-set-variable -Wno-sign-compare".split(), library_dirs=[libdir], extra_link_args = ["-L at prefix@/lib"], libraries=['stdc++', 'YODA'])
More information about the yoda-svn mailing list |