goblin-hmc-sim: add main branch, switch maintainer (#42033)
* goblin-hmc-sim: add main branch * goblin-hmc-sim: switch maintainer
This commit is contained in:
parent
e05d47a85f
commit
8ae86fc58f
1 changed files with 3 additions and 1 deletions
|
@ -20,11 +20,13 @@ class GoblinHmcSim(MakefilePackage):
|
||||||
# For some reason .o files get thrashed inside Spack
|
# For some reason .o files get thrashed inside Spack
|
||||||
parallel = False
|
parallel = False
|
||||||
|
|
||||||
maintainers("jjwilke")
|
maintainers("berquist")
|
||||||
|
|
||||||
license("BSD-2-Clause")
|
license("BSD-2-Clause")
|
||||||
|
|
||||||
version("8.0.0", sha256="8a5e6b701865a581f15965d3ddd8c7d301b15f4b63543c444058e9c3688fd2c8")
|
version("8.0.0", sha256="8a5e6b701865a581f15965d3ddd8c7d301b15f4b63543c444058e9c3688fd2c8")
|
||||||
|
|
||||||
|
version("main", branch="main")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
install_tree(".", prefix)
|
install_tree(".", prefix)
|
||||||
|
|
Loading…
Reference in a new issue