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

Update dd4hep.spec #3690

Merged
merged 3 commits into from Jan 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions dd4hep.spec
@@ -1,8 +1,8 @@
### RPM external dd4hep v01-05
### RPM external dd4hep v01-05x

%define tag 9c2170c5cefa60dd034b7eec19dfb0a023fc64be
%define branch master
%define github_user AIDASoft
%define tag 82625a4b3f873ebf9af329d74da67b2ad0eaaca3
%define branch cms/master/52e6d2f
%define github_user cms-externals

Source: git+https://github.com/%{github_user}/DD4hep.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz

Expand All @@ -27,6 +27,7 @@ cmake -DCMAKE_INSTALL_PREFIX="%{i}" \
-DDD4HEP_USE_XERCESC=ON \
-DXERCESC_ROOT_DIR=${XERCES_C_ROOT} \
-DDD4HEP_USE_PYROOT=ON \
-DCMAKE_CXX_STANDARD=14 \
-DCMAKE_BUILD_TYPE=Release \
../%{n}-%{realversion}

Expand Down