Skip to content

Commit

Permalink
sirius: fix spla+openmp requirement (spack#44685)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdhocMan authored Jun 13, 2024
1 parent eff4451 commit 74210c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/sirius/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 74210c7

Please sign in to comment.