Skip to content
Snippets Groups Projects
Commit c8c95f47 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

Bump geometry and parameter repo hashes for setups fix and TRD-day1 geometry

- Introduce the TRD-day1 geometry + related parameters
- Remove rejected and broken SIS18 setups
- Fix mCBM 2019 03 setup
- Remove corresponding temporary filters in macro/geometry CI (Refs #2926)
parent 0de13605
No related branches found
No related tags found
1 merge request!1273Bump geometry and parameter repo hashes for setups fix and TRD-day1 geometry
Pipeline #23508 passed
set(GEOMETRY_VERSION 660b319c938208fd7d65c7fb5b1da8ef5cb954c8)
set(GEOMETRY_VERSION 094a4d3da7ec28cf9c6cbee77c2353c4272a141c)
set(GEOMETRY_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_geometry.git")
......
set(PARAMETER_VERSION 32c218ce98201a79ce3492107194b758f6e8ee65)
set(PARAMETER_VERSION 7c7a7c3df40a0ca69d576986249b2976e58d5168)
set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git")
......
......@@ -30,10 +30,6 @@ file(GLOB setup_files
${CBMROOT_SOURCE_DIR}/geometry/setup/setup_*.C
)
list(FILTER setup_files EXCLUDE REGEX sis18)
list(FILTER setup_files EXCLUDE REGEX sis19)
list(FILTER setup_files EXCLUDE REGEX mcbm_beam_2019_03)
foreach(setup IN LISTS setup_files)
string(REPLACE ${CBMROOT_SOURCE_DIR}/geometry/setup/setup_ "" setup ${setup})
string(REPLACE .C "" setup ${setup})
......
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