Skip to content

Commit

Permalink
fix order to linking lhapdfand pythia6 libs
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 25, 2024
1 parent 86d7ea6 commit c7d167e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scram-tools.file/tools/lhapdf/lhapdf.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<tool name="lhapdf" version="@TOOL_VERSION@">
<tool name="lhapdf" version="@TOOL_VERSION@" revision="1">
<lib name="LHAPDF"/>
<client>
<environment name="LHAPDF_BASE" default="@TOOL_ROOT@"/>
<environment name="LIBDIR" default="$LHAPDF_BASE/lib"/>
<environment name="INCLUDE" default="$LHAPDF_BASE/include"/>
</client>
<use name="pythia6"/>
<runtime name="LHAPDF_DATA_PATH" value="$LHAPDF_BASE/share/LHAPDF"/>
<runtime name="PATH" value="$LHAPDF_BASE/bin" type="path"/>
<runtime name="ROOT_INCLUDE_PATH" value="$INCLUDE" type="path"/>
Expand Down
3 changes: 2 additions & 1 deletion scram-tools.file/tools/pythia6/pythia6.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<tool name="pythia6" version="@TOOL_VERSION@" revision="1">
<tool name="pythia6" version="@TOOL_VERSION@" revision="2">
<lib name="pythia6"/>
<lib name="pythia6_dummy"/>
<client>
<environment name="PYTHIA6_BASE" default="@TOOL_ROOT@"/>
<environment name="LIBDIR" default="$PYTHIA6_BASE/lib"/>
</client>
<use name="lhapdf"/>
<use name="pythia6_headers"/>
<use name="f77compiler"/>
</tool>

0 comments on commit c7d167e

Please sign in to comment.