From 68f16f68f46c13bdf4101ecef0f2a2103b561b19 Mon Sep 17 00:00:00 2001 From: Stephen Fegan Date: Tue, 2 Jul 2024 20:02:57 +0200 Subject: [PATCH] Update downloaded Geant version --- singularity_build.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singularity_build.def b/singularity_build.def index ce478036..c876bb8f 100644 --- a/singularity_build.def +++ b/singularity_build.def @@ -107,7 +107,7 @@ From: ubuntu:22.04 curl -L $G4URL/G4TENDL.1.4.tar.gz | tar -C $G4DATADIR -zxf - curl -L https://github.com/llr-cta/CamerasToACTLRelease/releases/download/ubuntu-22.04/CamerasToACTL-ubuntu-22.04.tgz | tar -zxf - -C / - curl -L https://github.com/llr-cta/Geant4Build/releases/download/ubuntu-22.04-10.7.2/Geant4-ubuntu-22.04-10.7.2.tbz2 | tar -jxf - -C / + curl -L https://github.com/llr-cta/Geant4Build/releases/download/ubuntu-22.04-10.7.2/Geant4-ubuntu-22.04-11.2.2.tbz2 | tar -jxf - -C / tar -zxf /tmp/calin_installed.tgz -C / rm -f /tmp/calin_installed.tgz