[Rivet-svn] rivet: Pass C++11 flag nicely

Rivet Mercurial rivet at projects.hepforge.org
Wed Apr 13 14:15:01 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/eb5678f9cca5
branches:  
changeset: 5129:eb5678f9cca5
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Apr 13 14:09:54 2016 +0100
description:
Pass C++11 flag nicely

diffs (11 lines):

--- a/pyext/setup.py.in	Tue Apr 12 22:51:24 2016 +0100
+++ b/pyext/setup.py.in	Wed Apr 13 14:09:54 2016 +0100
@@ -33,7 +33,7 @@
         language="c++",
         depends=depends,
         include_dirs=[srcincdir, buildincdir],
-        extra_compile_args="-std=c++11 -I at prefix@/include @PYEXT_CXXFLAGS@ @HEPMCCPPFLAGS@ @FASTJETCPPFLAGS@ @YODACPPFLAGS@ @GSLCPPFLAGS@".split(),
+        extra_compile_args="-I at prefix@/include @PYEXT_CXXFLAGS@ @HEPMCCPPFLAGS@ @FASTJETCPPFLAGS@ @YODACPPFLAGS@ @GSLCPPFLAGS@".split(),
         library_dirs=lookupdirs,
         runtime_library_dirs=lookupdirs[1:],
         libraries=["gsl", "HepMC", "fastjet", "YODA", "Rivet"])


More information about the Rivet-svn mailing list