Skip to content
Snippets Groups Projects
Commit 1ac3e064 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files
parents e9877ea4 59262b07
No related branches found
No related tags found
1 merge request!20Change in GeoModelG4 to support Ether and HyperUranium handling in new geometry tags.
...@@ -94,8 +94,8 @@ variables: ...@@ -94,8 +94,8 @@ variables:
.xercesc-build-template-job: &xercesc-job .xercesc-build-template-job: &xercesc-job
stage: step-A stage: step-A
variables: variables:
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../install/xerces-c-${XERCESC_VERSION} # was: ${CMAKE_BASE_ARGS}
XERCESC_VERSION: ${XERCESC_VERSION_BASE} XERCESC_VERSION: ${XERCESC_VERSION_BASE}
CMAKE_ARGS: ${CMAKE_BASE_ARGS}
script: script:
- pwd; ls - pwd; ls
- wget https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-${XERCESC_VERSION}.tar.gz - wget https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-${XERCESC_VERSION}.tar.gz
...@@ -123,7 +123,10 @@ variables: ...@@ -123,7 +123,10 @@ variables:
- cd ../ - cd ../
- mkdir Geant4-build - mkdir Geant4-build
- cd Geant4-build - cd Geant4-build
- cmake ${CMAKE_ARGS} -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_MULTITHREADED=ON -DXERCESC_ROOT_DIR=install/xerces-c-${XERCESC_VERSION}/ ../geant4 -DGEANT4_USE_SYSTEM_EXPAT=OFF - ls;
- ls ../
- ls ../install
- cmake ${CMAKE_ARGS} -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_MULTITHREADED=ON -DXERCESC_ROOT_DIR=../install ../geant4 -DGEANT4_USE_SYSTEM_EXPAT=OFF
- make -j4 - make -j4
- make install - make install
artifacts: artifacts:
...@@ -259,8 +262,8 @@ ubu-XercesC-323: ...@@ -259,8 +262,8 @@ ubu-XercesC-323:
<<: *ubuntu-job <<: *ubuntu-job
<<: *xercesc-job <<: *xercesc-job
variables: variables:
CMAKE_ARGS: ${CMAKE_BASE_ARGS}
XERCESC_VERSION: 3.2.3 XERCESC_VERSION: 3.2.3
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../install/xerces-c-${XERCESC_VERSION} # was: ${CMAKE_BASE_ARGS}
ubu-geant4: ubu-geant4:
<<: *ubuntu-job <<: *ubuntu-job
......
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