Skip to content

Commit

Permalink
Merge pull request #8780 from thesps/conifer
Browse files Browse the repository at this point in the history
Add conifer external
  • Loading branch information
smuzaffar committed Oct 25, 2023
2 parents f7658fa + 6ad2c6c commit 39bfbe1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmssw-tool-conf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Requires: bz2lib
Requires: cepgen
Requires: classlib
Requires: clhep
Requires: conifer
Requires: coral
Requires: cppunit
Requires: cpu_features
Expand Down
17 changes: 17 additions & 0 deletions conifer.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### RPM external conifer 1.2
## NOCOMPILER

Source: https://github.com/thesps/%{n}/archive/v%{realversion}.tar.gz
Requires: json

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

%build

%install
mkdir -p %{i}/include/
cp conifer/backends/cpp/include/conifer.h %{i}/include/

%post

8 changes: 8 additions & 0 deletions scram-tools.file/tools/conifer/conifer.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<tool name="conifer" version="@TOOL_VERSION@">
<client>
<environment name="CONIFER_BASE" default="@TOOL_ROOT@"/>
<environment name="INCLUDE" default="$CONIFER_BASE/include"/>
</client>
<use name="json"/>
</tool>

0 comments on commit 39bfbe1

Please sign in to comment.