From 4714aae425df52c3efb547efb88ac6adb8f45495 Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Tue, 15 Feb 2022 14:32:54 +0100 Subject: [PATCH] Use latest versions of geometry and input repositories In the input repository many files for the media checks were added. In the geometry repository the rich geometry v21a was corrected. The geometry now has the correct name and the correct radiation length of the materials. --- external/InstallGeometry.cmake | 2 +- external/InstallInput.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/InstallGeometry.cmake b/external/InstallGeometry.cmake index 68b0080641..fe29f234b5 100644 --- a/external/InstallGeometry.cmake +++ b/external/InstallGeometry.cmake @@ -1,4 +1,4 @@ -set(GEOMETRY_VERSION 6fbb8547ea6260ab29f0af80855772445d5c9854) +set(GEOMETRY_VERSION 1266d7416b17db8dc3555a50c290fe47a991c178) set(GEOMETRY_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_geometry.git") diff --git a/external/InstallInput.cmake b/external/InstallInput.cmake index f8e997b45d..f382c8000b 100644 --- a/external/InstallInput.cmake +++ b/external/InstallInput.cmake @@ -1,4 +1,4 @@ -set(INPUT_VERSION 9b335e03c653425e27a5cb2188dd0b6248a8afe1) +set(INPUT_VERSION 6efc895ca8eedd4c05a2c8e808713f2727fbeeba) set(INPUT_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_input.git") -- GitLab