Skip to content

Commit

Permalink
environment-modules: add main branch (spack#36268)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuhn authored Mar 21, 2023
1 parent 9b09d8b commit 9288ece
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ class EnvironmentModules(Package):

homepage = "https://cea-hpc.github.io/modules/"
url = "https://github.com/cea-hpc/modules/releases/download/v5.2.0/modules-5.2.0.tar.gz"
git = "https://github.com/cea-hpc/modules.git"

maintainers("xdelaruelle")

version("main", branch="main")
version("5.2.0", sha256="48f9f10864303df628a48cab17074820a6251ad8cd7d66dd62aa7798af479254")
version("5.1.1", sha256="1985f79e0337f63d6564b08db0238cf96a276a4184def822bb8ad37996dc8295")
version("5.1.0", sha256="1ab1e859b9c8bca8a8d332945366567fae4cf8dd7e312a689daaff46e7ffa949")
Expand Down Expand Up @@ -55,6 +57,11 @@ class EnvironmentModules(Package):

variant("X", default=True, description="Build with X functionality")

depends_on("autoconf", type="build", when="@main")
depends_on("automake", type="build", when="@main")
depends_on("libtool", type="build", when="@main")
depends_on("m4", type="build", when="@main")

# Dependencies:
depends_on("tcl", type=("build", "link", "run"))
depends_on("tcl@8.4:", type=("build", "link", "run"), when="@4.0.0:4.8")
Expand Down

0 comments on commit 9288ece

Please sign in to comment.