Skip to content
Snippets Groups Projects
Commit 8c933f7f authored by Marko Petric's avatar Marko Petric
Browse files

Change Geant4_DIR from lib64 to lib

parent a8ac438b
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ mac1012-clang80: ...@@ -116,7 +116,7 @@ mac1012-clang80:
- source .dd4hep-ci.d/init_x86_64.sh - source .dd4hep-ci.d/init_x86_64.sh
- mkdir build - mkdir build
- cd build - cd build
- cmake -GNinja -D DD4HEP_USE_GEANT4=ON -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.2.2 -D DD4HEP_USE_CXX11=ON -DCMAKE_BUILD_TYPE=Release .. - cmake -GNinja -D DD4HEP_USE_GEANT4=ON -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -D Geant4_DIR=$G4INSTALL/lib/Geant4-10.2.2 -D DD4HEP_USE_CXX11=ON -DCMAKE_BUILD_TYPE=Release ..
- ninja - ninja
- ninja install - ninja install
- . ../bin/thisdd4hep.sh - . ../bin/thisdd4hep.sh
...@@ -136,7 +136,7 @@ mac1012-clang80-XERCESC: ...@@ -136,7 +136,7 @@ mac1012-clang80-XERCESC:
- source .dd4hep-ci.d/init_x86_64.sh - source .dd4hep-ci.d/init_x86_64.sh
- mkdir build - mkdir build
- cd build - cd build
- cmake -GNinja -D DD4HEP_USE_GEANT4=ON -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.2.2 -D DD4HEP_USE_CXX11=ON -DCMAKE_BUILD_TYPE=Release -DDD4HEP_USE_XERCESC=ON -DXERCESC_ROOT_DIR=${XercesC_HOME} .. - cmake -GNinja -D DD4HEP_USE_GEANT4=ON -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -D Geant4_DIR=$G4INSTALL/lib/Geant4-10.2.2 -D DD4HEP_USE_CXX11=ON -DCMAKE_BUILD_TYPE=Release -DDD4HEP_USE_XERCESC=ON -DXERCESC_ROOT_DIR=${XercesC_HOME} ..
- ninja - ninja
- ninja install - ninja install
- . ../bin/thisdd4hep.sh - . ../bin/thisdd4hep.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment