Skip to content

Commit

Permalink
Merge pull request #2748 from mharrend/patch-4
Browse files Browse the repository at this point in the history
Herwig7: Changed include directive in toolfile
  • Loading branch information
smuzaffar committed Jan 12, 2017
2 parents 84ba5bb + 2ad2836 commit 38e9e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion herwigpp-toolfile.spec
Expand Up @@ -12,7 +12,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/herwigpp.xml
<client>
<environment name="HERWIGPP_BASE" default="@TOOL_ROOT@"/>
<environment name="LIBDIR" default="$HERWIGPP_BASE/lib/Herwig"/>
<environment name="INCLUDE" default="$HERWIGPP_BASE/include/Herwig"/>
<environment name="INCLUDE" default="$HERWIGPP_BASE/include"/>
<environment name="BINDIR" default="$HERWIGPP_BASE/bin"/>
</client>
<runtime name="HERWIGPATH" value="$HERWIGPP_BASE/share/Herwig"/>
Expand Down
2 changes: 1 addition & 1 deletion thepeg-toolfile.spec
Expand Up @@ -14,7 +14,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/thepeg.xml
<client>
<environment name="THEPEG_BASE" default="@TOOL_ROOT@"/>
<environment name="LIBDIR" default="$THEPEG_BASE/lib/ThePEG"/>
<environment name="INCLUDE" default="$THEPEG_BASE/include/ThePEG"/>
<environment name="INCLUDE" default="$THEPEG_BASE/include"/>
</client>
<runtime name="THEPEGPATH" value="$THEPEG_BASE/share/ThePEG"/>
<runtime name="ROOT_INCLUDE_PATH" value="$INCLUDE" type="path"/>
Expand Down

0 comments on commit 38e9e71

Please sign in to comment.