g4vg: add 'develop' branch (#49003)

* g4vg: add develop version

* celeritas: add develop version

* Fix style

* REVERTME: move celeritas changes to another branch

* Get full repo

* remove unneeded variable
This commit is contained in:
Seth R. Johnson 2025-02-12 11:04:42 -05:00 committed by GitHub
parent 76f00a3659
commit 9a7a3d2743
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,15 @@ class G4vg(CMakePackage):
"""Generate VecGeom geometry representations from in-memory Geant4 geometry.""" """Generate VecGeom geometry representations from in-memory Geant4 geometry."""
homepage = "https://github.com/celeritas-project/g4vg" homepage = "https://github.com/celeritas-project/g4vg"
git = "https://github.com/celeritas-project/g4vg.git"
url = "https://github.com/celeritas-project/g4vg/releases/download/v1.0.1/g4vg-1.0.1.tar.gz" url = "https://github.com/celeritas-project/g4vg/releases/download/v1.0.1/g4vg-1.0.1.tar.gz"
maintainers("sethrj", "drbenmorgan") maintainers("sethrj", "drbenmorgan")
license("Apache-2.0", checked_by="sethrj") license("Apache-2.0", checked_by="sethrj")
version("develop", branch="main", get_full_repo=True)
version("1.0.1", sha256="add7ce4bc37889cac2101323a997cea8574b18da6cbeffdab44a2b714d134e99") version("1.0.1", sha256="add7ce4bc37889cac2101323a997cea8574b18da6cbeffdab44a2b714d134e99")
variant("debug", default=False, description="Enable runtime debug assertions") variant("debug", default=False, description="Enable runtime debug assertions")