From 7662c6bbb605312231bcb38ba43b4ad21fc2d56e Mon Sep 17 00:00:00 2001 From: Pere Mato Date: Thu, 28 Dec 2023 18:52:11 +0100 Subject: [PATCH] [Geant4] Upgrade to version 11.2 (#7862) * Upgrade Geant4 to version 11.2 * LibG4persistency has been split --- G/Geant4/build_tarballs.jl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/G/Geant4/build_tarballs.jl b/G/Geant4/build_tarballs.jl index 9d47512cc42..5e30aecb46d 100644 --- a/G/Geant4/build_tarballs.jl +++ b/G/Geant4/build_tarballs.jl @@ -3,12 +3,12 @@ using BinaryBuilder name = "Geant4" -version = v"11.1.1" +version = v"11.2.0" # Collection of sources required to build sources = [ ArchiveSource("https://gitlab.cern.ch/geant4/geant4/-/archive/v$(version)/geant4-v$(version).tar.gz", - "c5878634da9ba6765ce35a469b2893044f4a6598aa948733da8436cdbfeef7d2"), + "9ff544739b243a24dac8f29a4e7aab4274fc0124fd4e1c4972018213dc6991ee"), ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz", "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62"), ] @@ -69,7 +69,9 @@ products = [ LibraryProduct("libG4geometry", :libG4Geometry), LibraryProduct("libG4modeling", :libG4Modeling), LibraryProduct("libG4interfaces", :libG4Interfaces), - LibraryProduct("libG4persistency", :libG4Persistency), + LibraryProduct("libG4mctruth", :libG4MCTruth), + LibraryProduct("libG4geomtext", :libG4GeomText), + LibraryProduct("libG4gdml", :libG4GDML), LibraryProduct("libG4track", :libG4Track), LibraryProduct("libG4error_propagation", :libG4ErrorPropagation), LibraryProduct("libG4parmodels", :libG4ParModels),