-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add bin/python for multi-vector builds
- Loading branch information
Showing
10 changed files
with
56 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<tool name="openblas_@TOOL_VECTORIZATION@" version="@TOOL_VERSION@"> | ||
<client> | ||
<environment name="@TOOL_VECTORIZATION_KEY@_LIBDIR" default="@TOOL_ROOT@/lib"/> | ||
<environment name="@TOOL_VECTORIZATION_KEY@_BINDIR" default="@TOOL_ROOT@/bin"/> | ||
</client> | ||
</tool> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<tool name="opencv_@TOOL_VECTORIZATION@" version="@TOOL_VERSION@"> | ||
<client> | ||
<environment name="@TOOL_VECTORIZATION_KEY@_LIBDIR" default="@TOOL_ROOT@/lib"/> | ||
<environment name="@TOOL_VECTORIZATION_KEY@_BINDIR" default="@TOOL_ROOT@/bin"/> | ||
</client> | ||
</tool> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<tool name="rivet" version="@TOOL_VERSION@"> | ||
<lib name="Rivet"/> | ||
<client> | ||
<environment name="RIVET_BASE" default="@TOOL_ROOT@"/> | ||
<environment name="LIBDIR" default="$RIVET_BASE/lib"/> | ||
<environment name="INCLUDE" default="$RIVET_BASE/include"/> | ||
</client> | ||
<runtime name="PATH" value="$RIVET_BASE/bin" type="path"/> | ||
<runtime name="RIVET_DATA_PATH" value="$RIVET_BASE/share/Rivet" type="path"/> | ||
<runtime name="PDFPATH" default="$RIVET_BASE/share" type="path"/> | ||
<runtime name="ROOT_INCLUDE_PATH" value="$INCLUDE" type="path"/> | ||
<use name="hepmc"/> | ||
<use name="fastjet"/> | ||
<use name="fastjet-contrib"/> | ||
<use name="gsl"/> | ||
<use name="yoda"/> | ||
<use name="hdf5"/> | ||
<use name="highfive"/> | ||
<use name="onnxruntime"/> | ||
<lib name="Rivet"/> | ||
<client> | ||
<environment name="RIVET_BASE" default="@TOOL_ROOT@"/> | ||
<environment name="LIBDIR" default="$RIVET_BASE/lib"/> | ||
<environment name="INCLUDE" default="$RIVET_BASE/include"/> | ||
</client> | ||
<runtime name="PATH" value="$RIVET_BASE/bin" type="path"/> | ||
<runtime name="RIVET_DATA_PATH" value="$RIVET_BASE/share/Rivet" type="path"/> | ||
<runtime name="PDFPATH" default="$RIVET_BASE/share" type="path"/> | ||
<runtime name="ROOT_INCLUDE_PATH" value="$INCLUDE" type="path"/> | ||
<use name="hepmc"/> | ||
<use name="fastjet"/> | ||
<use name="fastjet-contrib"/> | ||
<use name="gsl"/> | ||
<use name="yoda"/> | ||
<use name="hdf5"/> | ||
<use name="highfive"/> | ||
<use name="onnxruntime"/> | ||
</tool> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters