Skip to content
Snippets Groups Projects
Commit 759024a1 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Build Geant4 with -DGEANT4_USE_XM explicitly set to off, to avoid CI error...

Build Geant4 with -DGEANT4_USE_XM explicitly set to off, to avoid CI error when looking for libXm.so library
parent 1680611b
No related branches found
No related tags found
No related merge requests found
Pipeline #1420337 canceled
......@@ -66,7 +66,7 @@ geant4-build:
- cd geant4
- git checkout tags/v10.6.0
- mkdir build ; cd build
- cmake -DCMAKE_INSTALL_PREFIX=../../install ../ -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_MULTITHREADED=ON
- cmake -DCMAKE_INSTALL_PREFIX=../../install ../ -DGEANT4_USE_XM=OFF -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_MULTITHREADED=ON
- make -j$(nproc)
- make install
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment