Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions NNVtx.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### RPM external NNVtx 1.0.1
Source: https://github.com/cms-hls4ml/%{n}/archive/refs/tags/v%{realversion}.tar.gz
Requires: hls4mlEmulatorExtras hls
BuildRequires: gmake

%prep
%setup -n %{n}-%{realversion}

%build
make %{makeprocesses} EMULATOR_EXTRAS=${HLS4MLEMULATOREXTRAS_ROOT} HLS_ROOT=${HLS_ROOT}

%install
make PREFIX=%{i} install

3 changes: 2 additions & 1 deletion cmssw-tools.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM cms cmssw-tools 6.0
### RPM cms cmssw-tools 7.0
# With cmsBuild, change the above version only when a new tool is added

## INSTALL_DEPENDENCIES cmsLHEtoEOSManager gcc-fixincludes cms-cat cmssw-osenv cms-git-tools SCRAMV2
Expand Down Expand Up @@ -90,6 +90,7 @@ Requires: libfabric
Requires: openmpi
Requires: mpich
Requires: mpi
Requires: NNVtx
Requires: sigcpp
Requires: sqlite
Requires: tauolapp
Expand Down
5 changes: 5 additions & 0 deletions scram-tools.file/tools/NNVtx/nnvtx.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<tool revision="1">
<client>
<environment name="LIBDIR" default="$TOOL_BASE/lib64"/>
</client>
</tool>