lmod: fix build, bump patch version (#37744)
This commit is contained in:
parent
bd9cfa3a47
commit
f67840511a
@ -21,6 +21,7 @@ class Lmod(AutotoolsPackage):
|
||||
homepage = "https://www.tacc.utexas.edu/research-development/tacc-projects/lmod"
|
||||
url = "https://github.com/TACC/Lmod/archive/8.5.6.tar.gz"
|
||||
|
||||
version("8.7.24", sha256="8451267652059b6507b652e1b563929ecf9b689ffb20830642085eb6a55bd539")
|
||||
version("8.7.20", sha256="c04deff7d2ca354610a362459a7aa9a1c642a095e45a4b0bb2471bb3254e85f4")
|
||||
version("8.7.2", sha256="5f44f3783496d2d597ced7531e1714c740dbb2883a7d16fde362135fb0b0fd96")
|
||||
version("8.6.18", sha256="3db1c665c35fb8beb78c02e40d56accd361d82b715df70b2a995bcb10fbc2c80")
|
||||
@ -55,6 +56,8 @@ class Lmod(AutotoolsPackage):
|
||||
depends_on("lua-luafilesystem", type=("build", "run"))
|
||||
depends_on("tcl", type=("build", "link", "run"))
|
||||
|
||||
depends_on("bc", type="build", when="@8.7.10:")
|
||||
|
||||
variant("auto_swap", default=True, description="Auto swapping of compilers, etc.")
|
||||
variant(
|
||||
"redirect", default=False, description="Redirect messages to stdout (instead of stderr)"
|
||||
|
Loading…
Reference in New Issue
Block a user