File indexing completed on 2025-01-18 09:15:26
0001 from spack.package import *
0002 from spack.pkg.builtin.geant4 import Geant4 as BuiltinGeant4
0003
0004
0005 class Geant4(BuiltinGeant4):
0006
0007 version("11.2.2.east", git="https://github.com/eic/geant4", branch="east-v11.2.2")
0008 version("11.2.1.east", git="https://github.com/eic/geant4", branch="east-v11.2.1")
0009 version("11.2.0.east", git="https://github.com/eic/geant4", branch="east-v11.2.0")
0010 version("11.1.3.east", git="https://github.com/eic/geant4", branch="east-v11.1.3")
0011 version("11.1.2.east", git="https://github.com/eic/geant4", branch="east-v11.1.2")
0012 version("11.1.1.east", git="https://github.com/eic/geant4", branch="east-v11.1.1")
0013
0014 patch("G4LogicalSkinSurface.patch", when="@11.2:11.2.1")
0015
0016
0017 patch("https://github.com/Geant4/geant4/commit/e32bc92498d87fb42829b08348d7fad89bc89404.diff?full_index=1",
0018 sha256="a63b098f3214eaf4b5f34b3e434603b1cdbd13c919456782e933cd7422a45d99")