Skip to content

Commit

Permalink
Merge pull request #9215 from Dominic-Stafford/add_collier_toolfile_10_6
Browse files Browse the repository at this point in the history
[10.6.X] Add collier toolfile
  • Loading branch information
cmsbuild authored Jun 4, 2024
2 parents e5cc5fe + b35ae12 commit 975c189
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
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

0 comments on commit 975c189

Please sign in to comment.