costa: add missing dependency (#41829)
This commit is contained in:
parent
4d1b5d6a88
commit
397c066464
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class Costa(CMakePackage):
|
||||||
depends_on("mpi@3:")
|
depends_on("mpi@3:")
|
||||||
depends_on("scalapack", when="+scalapack")
|
depends_on("scalapack", when="+scalapack")
|
||||||
depends_on("cxxopts", when="+apps")
|
depends_on("cxxopts", when="+apps")
|
||||||
|
depends_on("cxxopts", when="+tests")
|
||||||
depends_on("semiprof", when="+profiling")
|
depends_on("semiprof", when="+profiling")
|
||||||
|
|
||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
|
|
Loading…
Reference in a new issue