kentutils: add v478 (#49521)

This commit is contained in:
Teague Sterling 2025-03-24 13:33:41 -07:00 committed by GitHub
parent e2ed1c2308
commit 1b829a4a28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ class Kentutils(MakefilePackage):
maintainers("teaguesterling")
version("478", sha256="dcbe4bbab811e8634f2993512540d8d1ee279da8c49e8048cdd42b17cbe5ba2b")
version("465", sha256="eef17b1f3182d1d9dc99b5c73a6b0468d5d3bd80470f25d3f7706cc1372e04b0")
version("464", sha256="24e20fe68e2a2894d802c87662f69a62f71b3c15fafb2e4d6c3c425c63638bb2")
version("460", sha256="b955e56ee880074521ef1ab1371491f47e66dc6fdd93b05328386dd675a635fa")
@ -32,9 +33,6 @@ class Kentutils(MakefilePackage):
deprecated=True,
)
depends_on("c", type="build") # generated
depends_on("cxx", type="build") # generated
# The bundled version of kentlib has some custom changes that are used by parts of
# kentlib. See https://github.com/spack/spack/pull/44501#issuecomment-2162789410
# for some additional details. A built-in version SHOULD work for most things though.
@ -45,6 +43,9 @@ class Kentutils(MakefilePackage):
sticky=True,
)
depends_on("c", type="build")
depends_on("cxx", type="build")
with default_args(type=("build", "link", "run")):
depends_on("libpng")
depends_on("openssl")