From accbb8f733345fd366d53fb000b22141ed227971 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sun, 7 Jul 2024 12:15:06 -0500 Subject: [PATCH] geant4: add v11.2.2.east --- packages/geant4/package.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/geant4/package.py b/packages/geant4/package.py index 524469e..1377fd0 100644 --- a/packages/geant4/package.py +++ b/packages/geant4/package.py @@ -4,13 +4,14 @@ class Geant4(BuiltinGeant4): ## Versions with the eAST physics list + version("11.2.2.east", git="https://github.com/eic/geant4", branch="east-v11.2.2") version("11.2.1.east", git="https://github.com/eic/geant4", branch="east-v11.2.1") version("11.2.0.east", git="https://github.com/eic/geant4", branch="east-v11.2.0") version("11.1.3.east", git="https://github.com/eic/geant4", branch="east-v11.1.3") version("11.1.2.east", git="https://github.com/eic/geant4", branch="east-v11.1.2") version("11.1.1.east", git="https://github.com/eic/geant4", branch="east-v11.1.1") - patch("G4LogicalSkinSurface.patch", when="@11.2") + patch("G4LogicalSkinSurface.patch", when="@11.2:11.2.1") ## Fix commands in /particle/property/decay/ patch("https://github.com/Geant4/geant4/commit/e32bc92498d87fb42829b08348d7fad89bc89404.diff?full_index=1",