Skip to content

Commit

Permalink
Merge pull request #8379 from jmduarte/axol1tlextras
Browse files Browse the repository at this point in the history
Add AXOL1TL extras spec
  • Loading branch information
smuzaffar committed Mar 14, 2023
2 parents fb39ef3 + afca74c commit 000e19b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
14 changes: 14 additions & 0 deletions AXOL1TL.spec
@@ -0,0 +1,14 @@
### RPM external AXOL1TL 0.2.0
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-tool-conf.spec
@@ -1,9 +1,10 @@
### RPM cms cmssw-tool-conf 54.0
### RPM cms cmssw-tool-conf 55.0
# With cmsBuild, change the above version only when a new tool is added

## INSTALL_DEPENDENCIES cmsLHEtoEOSManager gcc-fixincludes cmssw-osenv cms-git-tools SCRAMV2
## UPLOAD_DEPENDENCIES dqmgui

Requires: AXOL1TL
Requires: CICADA
Requires: crab
Requires: cmssw-wm-tools
Expand Down
6 changes: 6 additions & 0 deletions scram-tools.file/tools/AXOL1TL/axol1tl.xml
@@ -0,0 +1,6 @@
<tool name="axol1tl" version="@TOOL_VERSION@">
<client>
<environment name="AXOL1TL_BASE" default="@TOOL_ROOT@"/>
<environment name="LIBDIR" default="$AXOL1TL_BASE/lib64"/>
</client>
</tool>

0 comments on commit 000e19b

Please sign in to comment.