Skip to content

Commit e06d15b

Browse files
committed
Merge IB/CMSSW_16_0_X/master into IB/CMSSW_16_0_X/rootmaster.
2 parents ee739e1 + 01bcfbb commit e06d15b

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

cmssw-tools.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Requires: python_tools
152152
Requires: dablooms
153153
Requires: zlib
154154
Requires: rivet
155-
155+
Requires: xtd
156156

157157
# Only for Linux platform.
158158
%ifos linux

scram-tools.file/tools/xtd/xtd.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<tool name="@TOOL@" version="@TOOL_VERSION@" revision="1">
2+
<client>
3+
<environment name="@TOOL_BASE@" default="@TOOL_ROOT@"/>
4+
<environment name="INCLUDE" default="$@TOOL_BASE@/include"/>
5+
</client>
6+
<runtime name="ROOT_INCLUDE_PATH" value="$INCLUDE" type="path"/>
7+
</tool>

xtd.spec

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### RPM external xtd be7dc5807e054ea9a4796c902b5076a7c36ca918
2+
## NOCOMPILER
3+
4+
%define git_commit %{realversion}
5+
6+
Source: https://github.com/cms-patatrack/%{n}/archive/%{git_commit}.tar.gz
7+
8+
%prep
9+
%setup -n %{n}-%{git_commit}
10+
11+
%build
12+
13+
%install
14+
cp -ar LICENSE %{i}/LICENSE
15+
cp -ar README.md %{i}/README.md
16+
cp -ar include %{i}/include
17+
18+
%post

0 commit comments

Comments
 (0)