File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
scram-tools.file/tools/EMTF_NN Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ ### RPM external EMTF_NN 1.0.0
2+ Source: https://github.com/cms-hls4ml/%{n }/archive/refs/tags/v%{realversion }.tar.gz
3+ Requires: hls4mlEmulatorExtras hls
4+ BuildRequires: gmake
5+
6+ %prep
7+ %setup -n %{n }-%{realversion }
8+
9+ %build
10+ make %{makeprocesses } EMULATOR_EXTRAS=${HLS4MLEMULATOREXTRAS_ROOT} HLS_ROOT=${HLS_ROOT}
11+
12+ %install
13+ make PREFIX=%{i } install
14+
Original file line number Diff line number Diff line change 1- ### RPM cms cmssw-tools 3 .0
1+ ### RPM cms cmssw-tools 4 .0
22# With cmsBuild, change the above version only when a new tool is added
33
44## INSTALL_DEPENDENCIES cmsLHEtoEOSManager gcc-fixincludes cms-cat cmssw-osenv cms-git-tools SCRAMV2
@@ -56,6 +56,7 @@ Requires: jemalloc-debug
5656Requires: jemalloc-prof
5757Requires: json
5858Requires: ktjet
59+ Requires: EMTF_NN
5960Requires: L1METML
6061Requires: L1TSC4NGJetModel
6162Requires: lhapdf
Original file line number Diff line number Diff line change 1+ <tool name =" @TOOL@" version =" @TOOL_VERSION@" revision =" 1" >
2+ <client >
3+ <environment name =" @TOOL_BASE@" default =" @TOOL_ROOT@" />
4+ <environment name =" LIBDIR" default =" @TOOL_BASE@/lib64" />
5+ </client >
6+ </tool >
You can’t perform that action at this time.
0 commit comments