Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add conifer external #8780

Merged
merged 3 commits into from
Oct 25, 2023
Merged
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
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>