Skip to content

Commit fcaf802

Browse files
sbaldusmuzaffar
andauthored
Add dependency on CLUEstering (#9604)
* Add dependency on CLUEstering * Update to version 2.3.3 * Update to 2.4.0 * Specify CLUEstering as dep for linux platforms * Add tool definition file for CLUEstering * Update to version 2.4.0.1 * Rename cluestering.spec to CLUEstering.spec * Update CLUEstering.spec * Update CLUEstering.spec * Update CLUEstering.xml * Change link to gitlab mirror and move to version 2.6.2 * Update to latest patch * Update to version 2.7.0 * Update to latest patch 2.7.2 * removed wrong cluestering.spec; improved CLUEstering.xml --------- Co-authored-by: Malik Shahzad Muzaffar <[email protected]>
1 parent 510ebb1 commit fcaf802

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

CLUEstering.spec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### RPM external CLUEstering 2.7.2
2+
## NOCOMPILER
3+
4+
Source: https://gitlab.cern.ch/kalos/%{n}/-/archive/%{realversion}/%{n}-%{realversion}.tar.gz
5+
Requires: alpaka
6+
Requires: boost
7+
8+
%prep
9+
%setup -n %{n}-%{realversion}
10+
11+
%build
12+
13+
%install
14+
cp -ar include %{i}/include

cmssw-tools.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Requires: gperftools
159159

160160
Requires: alpaka
161161
Requires: clue
162+
Requires: CLUEstering
162163
Requires: libunwind
163164
%ifnarch ppc64le
164165
%ifnarch riscv64
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+
<use name="alpaka"/>
3+
<client>
4+
<environment name="@TOOL_BASE@" default="@TOOL_ROOT@"/>
5+
<environment name="INCLUDE" default="@TOOL_BASE@/include"/>
6+
</client>
7+
</tool>

0 commit comments

Comments
 (0)