@@ -19,6 +19,7 @@ class Celeritas(CMakePackage, CudaPackage, ROCmPackage):
1919
2020 license ("Apache-2.0" )
2121
22+ version ("0.4.2" , sha256 = "eeca9705413f5e16e0fb81154e042600c8df125af7049912757feb01d43730e2" )
2223 version ("0.4.1" , sha256 = "24e5c15eb9eec45f52d94a6719ae3505388b49d409cb7e26c875c70ac409bd2c" )
2324 version (
2425 "0.4.0" ,
@@ -86,7 +87,7 @@ class Celeritas(CMakePackage, CudaPackage, ROCmPackage):
8687 )
8788 variant ("debug" , default = False , description = "Enable runtime debug assertions" )
8889 variant ("doc" , default = False , description = "Build and install documentation" )
89- variant ("geant4" , default = True , description = "Use Geant4 data " )
90+ variant ("geant4" , default = True , description = "Enable Geant4 integration " )
9091 variant ("hepmc3" , default = True , description = "Use HepMC3 I/O interfaces" )
9192 variant ("openmp" , default = False , description = "Use OpenMP multithreading" )
9293 variant ("root" , default = False , description = "Use ROOT I/O" )
@@ -99,8 +100,9 @@ class Celeritas(CMakePackage, CudaPackage, ROCmPackage):
99100 depends_on (
"[email protected] :" ,
type = "build" ,
when = "+rocm" )
100101
101102 depends_on ("nlohmann-json" )
102- depends_on (
"[email protected] :" ,
when = "@0.3.1: +geant4" )
103- depends_on (
"[email protected] :" ,
when = "@0.3.0 +geant4" )
103+ depends_on (
"[email protected] :" ,
when = "@0.4.2: +geant4" )
104+ depends_on (
"[email protected] :11.1" ,
when = "@0.3.1:0.4.1 +geant4" )
105+ depends_on (
"[email protected] :11.1" ,
when = "@0.3.0 +geant4" )
104106 depends_on (
"[email protected] :11.0" ,
when = "@0.2.1:0.2 +geant4" )
105107 depends_on (
"[email protected] :11.0" ,
when = "@:0.2.0 +geant4" )
106108 depends_on ("hepmc3" , when = "+hepmc3" )
0 commit comments