Add: flux-pmix 0.4.0 (#40323)
* Automated deployment to update package flux-pmix 2023-10-05 * Pin exactly to flux-core 0.49.0 when between 0.3 and 0.4 * Update var/spack/repos/builtin/packages/flux-pmix/package.py Co-authored-by: Mark Grondona <mark.grondona@gmail.com> * Update var/spack/repos/builtin/packages/flux-pmix/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> --------- Co-authored-by: github-actions <github-actions@users.noreply.github.com> Co-authored-by: Mark Grondona <mark.grondona@gmail.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
parent
82f1267486
commit
31b3e4898b
@ -18,10 +18,11 @@ class FluxPmix(AutotoolsPackage):
|
|||||||
maintainers("grondo")
|
maintainers("grondo")
|
||||||
|
|
||||||
version("main", branch="main")
|
version("main", branch="main")
|
||||||
|
version("0.4.0", sha256="f7f58891fc9d9a97a0399b3ab186f2cae30a75806ba0b4d4c1307f07b3f6d1bc")
|
||||||
version("0.3.0", sha256="88edb2afaeb6058b56ff915105a36972acc0d83204cff7f4a4d2f65a5dee9d34")
|
version("0.3.0", sha256="88edb2afaeb6058b56ff915105a36972acc0d83204cff7f4a4d2f65a5dee9d34")
|
||||||
version("0.2.0", sha256="d09f1fe6ffe54f83be4677e1e727640521d8110090515d94013eba0f58216934")
|
version("0.2.0", sha256="d09f1fe6ffe54f83be4677e1e727640521d8110090515d94013eba0f58216934")
|
||||||
|
|
||||||
depends_on("flux-core@0.49.0:", when="@0.3.0:")
|
depends_on("flux-core@0.49:", when="@0.3:")
|
||||||
depends_on("flux-core@0.30.0:")
|
depends_on("flux-core@0.30.0:")
|
||||||
depends_on("pmix@v4.1.0:")
|
depends_on("pmix@v4.1.0:")
|
||||||
depends_on("openmpi")
|
depends_on("openmpi")
|
||||||
|
Loading…
Reference in New Issue
Block a user