Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.6.X] Add collier toolfile #9215

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmssw-tool-conf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Requires: scons-toolfile
Requires: md5-toolfile
Requires: gosamcontrib-toolfile
Requires: gosam-toolfile
Requires: collier-toolfile
Requires: madgraph5amcatnlo-toolfile
Requires: geneva-toolfile
Requires: python_tools
Expand Down
19 changes: 19 additions & 0 deletions collier-toolfile.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### RPM external collier-toolfile 1.0
Requires: collier
%prep

%build

%install

mkdir -p %i/etc/scram.d
cat << \EOF_TOOLFILE >%i/etc/scram.d/collier.xml
<tool name="collier" version="@TOOL_VERSION@">
<client>
<environment name="COLLIER_BASE" default="@TOOL_ROOT@"/>
</client>
</tool>
EOF_TOOLFILE

## IMPORT scram-tools-post