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

Update root-toolfile.spec #3049

Merged
merged 1 commit into from May 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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