selalib: add (sca)lapack dependency (#40667)
* selalib: add (sca)lapack dependency * selalib: change when "-mpi" to "~mpi"
This commit is contained in:
parent
a095c8113d
commit
3a0f9ce226
1 changed files with 2 additions and 0 deletions
|
@ -39,10 +39,12 @@ class Selalib(CMakePackage):
|
||||||
depends_on("fgsl")
|
depends_on("fgsl")
|
||||||
depends_on("git", type=("build", "run", "test"))
|
depends_on("git", type=("build", "run", "test"))
|
||||||
depends_on("hdf5+fortran+cxx")
|
depends_on("hdf5+fortran+cxx")
|
||||||
|
depends_on("lapack", when="~mpi")
|
||||||
with when("+mpi"):
|
with when("+mpi"):
|
||||||
depends_on("mpi")
|
depends_on("mpi")
|
||||||
depends_on("fftw+mpi")
|
depends_on("fftw+mpi")
|
||||||
depends_on("hdf5+mpi")
|
depends_on("hdf5+mpi")
|
||||||
|
depends_on("scalapack")
|
||||||
depends_on("python@3.0.0:", type=("build"))
|
depends_on("python@3.0.0:", type=("build"))
|
||||||
# beware: compiling w/ zfp may throw type mismatch errors
|
# beware: compiling w/ zfp may throw type mismatch errors
|
||||||
depends_on("zfp+fortran", when="+compression")
|
depends_on("zfp+fortran", when="+compression")
|
||||||
|
|
Loading…
Reference in a new issue