Skip to content

Commit

Permalink
strumpack: fix self-referential dependencies (spack#42554)
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo authored Feb 7, 2024
1 parent 046f9e8 commit 138f8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/strumpack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Strumpack(CMakePackage, CudaPackage, ROCmPackage):
depends_on("mpi", when="+mpi")
depends_on("blas")
depends_on("lapack")
depends_on("openblas threads=openmp", when="^openblas")
depends_on("openblas threads=openmp", when="^[virtuals=blas] openblas")
depends_on("scalapack", when="+mpi")
depends_on("metis")
depends_on("parmetis", when="+parmetis")
Expand Down

0 comments on commit 138f8ba

Please sign in to comment.