Skip to content

Commit

Permalink
Merge pull request #3049 from cms-sw/smuzaffar-patch-1
Browse files Browse the repository at this point in the history
Update root-toolfile.spec
  • Loading branch information
smuzaffar committed May 17, 2017
2 parents 63c9917 + 151836a commit 97cfc4f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion root-toolfile.spec
@@ -1,4 +1,4 @@
### RPM lcg root-toolfile 2.0
### RPM lcg root-toolfile 2.1
Requires: root
Requires: gcc
%prep
Expand Down Expand Up @@ -60,6 +60,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcling.xml
<use name="sockets"/>
<use name="pcre"/>
<use name="zlib"/>
<use name="xz"/>
</tool>
EOF_TOOLFILE

Expand All @@ -72,6 +73,15 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/rootrint.xml
</tool>
EOF_TOOLFILE

# rootsmatrix toolfile
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootsmatrix.xml
<tool name="rootsmatrix" version="@TOOL_VERSION@">
<info url="http://root.cern.ch/root/"/>
<lib name="Smatrix"/>
<use name="rootcling"/>
</tool>
EOF_TOOLFILE

# rootrio toolfile
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootrio.xml
<tool name="rootrio" version="@TOOL_VERSION@">
Expand Down

0 comments on commit 97cfc4f

Please sign in to comment.