Skip to content

Commit

Permalink
[Geant4] Upgrade to version 11.2 (#7862)
Browse files Browse the repository at this point in the history
* Upgrade Geant4 to version 11.2

* LibG4persistency has been split
  • Loading branch information
peremato authored Dec 28, 2023
1 parent 104090c commit 7662c6b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions G/Geant4/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
]
Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit 7662c6b

Please sign in to comment.