added STAT 4.2.0 and updated deps (#32385)
* added STAT 4.2.0 and updated deps * launchmon package fix and style fixes * launchmon package fix * Update var/spack/repos/builtin/packages/launchmon/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
parent
08c67302fc
commit
543a797d1a
@ -25,7 +25,7 @@ class FastGlobalFileStatus(AutotoolsPackage):
|
||||
|
||||
depends_on("mrnet")
|
||||
# we depend on mpa@master for bug fixes since mpa 1.1
|
||||
depends_on("mount-point-attributes@master")
|
||||
depends_on("mount-point-attributes@1.1.1:")
|
||||
depends_on("mpi")
|
||||
depends_on("openssl")
|
||||
depends_on("elf")
|
||||
|
@ -16,6 +16,11 @@ class Launchmon(AutotoolsPackage):
|
||||
maintainers = ["lee218llnl"]
|
||||
|
||||
version("master", branch="master")
|
||||
version(
|
||||
"1.2.0",
|
||||
sha256="edba70b8a283337dd4fda64192ba4fa36b7ada3f150340349b8681bcddcebda4",
|
||||
url="https://github.com/LLNL/LaunchMON/releases/download/v1.2.0/launchmon-v1.2.0.tar.gz",
|
||||
)
|
||||
version("1.0.2", sha256="1d301ccccfe0873efcd66da87ed5e4d7bafc560b00aee396d8a9365f53b3a33a")
|
||||
|
||||
depends_on("autoconf", type="build", when="@master")
|
||||
|
@ -16,6 +16,11 @@ class Stat(AutotoolsPackage):
|
||||
maintainers = ["lee218llnl"]
|
||||
|
||||
version("develop", branch="develop")
|
||||
version(
|
||||
"4.2.0",
|
||||
sha256="d244d53585b0949e308354eb024f7a89ee3467fd2866b818e8aa6c8b5d372ced",
|
||||
url="https://github.com/LLNL/STAT/releases/download/v4.2.0/stat-4.2.0.tar.gz",
|
||||
)
|
||||
version(
|
||||
"4.1.0",
|
||||
sha256="1d5b00afd563cf3bd9dd40818c44a03d7d4b13356216881513c058566c3b0080",
|
||||
@ -77,12 +82,12 @@ class Stat(AutotoolsPackage):
|
||||
depends_on("dyninst@:9", when="@:4.0.1")
|
||||
depends_on("dyninst@8.2.1+stat_dysect", when="+dysect")
|
||||
# we depend on fgfs@master to avoid seg faults with fgfs 1.1
|
||||
depends_on("fast-global-file-status@master", when="+fgfs")
|
||||
depends_on("fast-global-file-status@1.1.1:", when="+fgfs")
|
||||
depends_on("graphlib@2.0.0", when="@2.0.0:2.2.0")
|
||||
depends_on("graphlib@3.0.0", when="@3:")
|
||||
depends_on("graphviz", type=("build", "link", "run"))
|
||||
# we depend on mpa@master for bug fixes since launchmon 1.0.2
|
||||
depends_on("launchmon@master")
|
||||
depends_on("launchmon@1.2.0:")
|
||||
depends_on("mrnet")
|
||||
depends_on("python")
|
||||
depends_on("python@:2.8", when="@:4.0.0")
|
||||
|
Loading…
Reference in New Issue
Block a user