forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exago: fix v1.5.1 tag; only allow python up to 3.10 for for @:1.5 (sp…
…ack#40676) * exago: fix v1.5.1 tag; only allow python up to 3.10 for for @:1.5 due to pybind error with py 3.11 * hiop@:1.0 +cuda: constrain to cuda@:11.9
- Loading branch information
1 parent
bc54aa1
commit cf9a32e
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage): | |
git = "https://github.com/pnnl/ExaGO.git" | ||
maintainers("ryandanehy", "cameronrutherford", "pelesh") | ||
|
||
version("1.5.1", commit="7abe482c8da0e247f9de4896f5982c4cacbecd78", submodules=True) | ||
version("1.5.1", tag="v1.5.1", submodules=True) | ||
version("1.5.0", commit="227f49573a28bdd234be5500b3733be78a958f15", submodules=True) | ||
version("1.4.1", commit="ea607c685444b5f345bfdc9a59c345f0f30adde2", submodules=True) | ||
version("1.4.0", commit="4f4c3fdb40b52ace2d6ba000e7f24b340ec8e886", submodules=True) | ||
|
@@ -64,7 +64,7 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage): | |
) | ||
|
||
# Dependencies | ||
depends_on("[email protected]:", when="@1.3.0:+python") | ||
depends_on("[email protected]:3.10", when="@1.3.0:1.5+python") | ||
depends_on("py-pytest", type=("build", "run"), when="@1.5.0:+python") | ||
depends_on("py-mpi4py", when="@1.3.0:+mpi+python") | ||
depends_on("pkgconfig", type="build") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters