Skip to content

Commit

Permalink
Merge pull request #6612 from cms-sw/smuzaffar-patch-4
Browse files Browse the repository at this point in the history
[DD4hep] Update to latest commit v01-15x
  • Loading branch information
smuzaffar committed Feb 22, 2021
2 parents cc7078a + e1b8967 commit d491f01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dd4hep-toolfile.spec
Expand Up @@ -21,7 +21,8 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/dd4hep-core.xml
</client>
<runtime name="ROOT_INCLUDE_PATH" value="$INCLUDE" type="path"/>
<runtime name="PATH" value="$DD4HEP_CORE_BASE/bin" type="path"/>
<flags LISTCOMPONENTS="$(DD4HEP_CORE_BASE)/bin/listcomponents"/>
<flags LISTCOMPONENTS="$(DD4HEP_CORE_BASE)/bin/listcomponents_dd4hep"/>
<flags cppdefines="DD4HEP_USE_GEANT4_UNITS=1"/>
<use name="root_cxxdefaults"/>
<use name="root"/>
<use name="boost"/>
Expand Down
8 changes: 4 additions & 4 deletions dd4hep.spec
@@ -1,6 +1,6 @@
### RPM external dd4hep v01-14x
### RPM external dd4hep v01-15x

%define tag 934ce101148be15cce7725caad8c25084a272938
%define tag 2ee30aa3a76858d14f9deea8e0f36b2b69ca8365
%define branch master
%define github_user AIDASoft
%define keep_archives true
Expand All @@ -23,8 +23,8 @@ CMAKE_ARGS="-DCMAKE_INSTALL_PREFIX='%{i}' \
-DDD4HEP_USE_PYROOT=ON \
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_BUILD_TYPE=Release \
-DDD4HEP_USE_TBB=ON \
-DCMAKE_PREFIX_PATH=${TBB_ROOT}/cmake/TBB;${CLHEP_ROOT};${XERCES_C_ROOT}"
-DDD4HEP_USE_GEANT4_UNITS=ON \
-DCMAKE_PREFIX_PATH=${CLHEP_ROOT};${XERCES_C_ROOT}"

#Build normal Shared D4Hep without Geant4
rm -rf ../build; mkdir ../build; cd ../build
Expand Down

0 comments on commit d491f01

Please sign in to comment.