sirius: fix spla+openmp requirement (#44685)
This commit is contained in:
parent
eff4451cdd
commit
74210c7f46
@ -155,7 +155,8 @@ class Sirius(CMakePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("spla@1.1.0:")
|
||||
depends_on("spla+cuda", when="+cuda")
|
||||
depends_on("spla+rocm", when="+rocm")
|
||||
depends_on("spla+openmp", when="+openmp")
|
||||
# spla removed the openmp option in 1.6.0
|
||||
conflicts("^spla@:1.5~openmp", when="+openmp")
|
||||
|
||||
depends_on("nlcglib", when="+nlcglib")
|
||||
depends_on("nlcglib+rocm", when="+nlcglib+rocm")
|
||||
|
Loading…
Reference in New Issue
Block a user