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

Added -DGeant4_DIR flag

parent da15f2f6
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ slc6-gcc48: ...@@ -12,7 +12,7 @@ slc6-gcc48:
- source .gitlab-ci.d/init_x86_64-slc6-gcc48-opt.sh - source .gitlab-ci.d/init_x86_64-slc6-gcc48-opt.sh
- mkdir build - mkdir build
- cd build - cd build
- cmake -D DD4HEP_USE_GEANT4=1 -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -D CLHEP_DIR=$CLHEP -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` .. - cmake -D DD4HEP_USE_GEANT4=1 -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -D CLHEP_DIR=$CLHEP -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.1.2 ..
- make -j4 - make -j4
- make install - make install
...@@ -25,6 +25,6 @@ slc6-gcc49: ...@@ -25,6 +25,6 @@ slc6-gcc49:
- source .gitlab-ci.d/init_x86_64-slc6-gcc49-opt.sh - source .gitlab-ci.d/init_x86_64-slc6-gcc49-opt.sh
- mkdir build - mkdir build
- cd build - cd build
- cmake -D DD4HEP_USE_GEANT4=1 -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -D CLHEP_DIR=$CLHEP -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` .. - cmake -D DD4HEP_USE_GEANT4=1 -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -D CLHEP_DIR=$CLHEP -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.1.2 ..
- make -j4 - make -j4
- make install - make install
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