Skip to content

Commit

Permalink
added -DG4USE_STD11 for geant4static tool; not needed as this tool is…
Browse files Browse the repository at this point in the history
… only used for linking
  • Loading branch information
smuzaffar committed Aug 10, 2015
1 parent 37c4f08 commit e737ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geant4-toolfile.spec
Expand Up @@ -54,7 +54,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/geant4static.xml
<tool name="geant4static" version="@TOOL_VERSION@">
<info url="http://geant4.web.cern.ch/geant4/"/>
<lib name="geant4-static"/>
<flags CXXFLAGS="-DG4MULTITHREADED -ftls-model=global-dynamic -pthread"/>
<flags CXXFLAGS="-DG4MULTITHREADED -DG4USE_STD11 -ftls-model=global-dynamic -pthread"/>
<client>
<environment name="GEANT4STATIC_BASE" default="@TOOL_ROOT@"/>
<environment name="LIBDIR" default="$GEANT4STATIC_BASE/lib/archive"/>
Expand Down

0 comments on commit e737ed5

Please sign in to comment.