File indexing completed on 2025-01-18 09:15:26
0001 from spack.package import *
0002
0003
0004 class East(CMakePackage):
0005 """Project eAST is a eA simulation toolkit."""
0006
0007 homepage = "https://github.com/eic/east"
0008 url = "https://github.com/eic/east"
0009 list_url = "https://github.com/eic/east/releases"
0010 git = "https://github.com/eic/east.git"
0011
0012 maintainers = ["wdconinc"]
0013
0014 tags = ["eic"]
0015
0016 version("main", branch="main")
0017
0018 depends_on("cxx", type="build")
0019
0020 depends_on("geant4@10.7.0: +threads")
0021 depends_on("hepmc3")