dealii@9.5 +cgal requires ^cgal@5: (#43639)
This commit is contained in:
parent
e220674c4d
commit
b5013c1372
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ class Dealii(CMakePackage, CudaPackage):
|
||||||
depends_on("arpack-ng+mpi", when="+arpack+mpi")
|
depends_on("arpack-ng+mpi", when="+arpack+mpi")
|
||||||
depends_on("assimp", when="@9.0:+assimp")
|
depends_on("assimp", when="@9.0:+assimp")
|
||||||
depends_on("cgal", when="@9.4:+cgal")
|
depends_on("cgal", when="@9.4:+cgal")
|
||||||
|
depends_on("cgal@5:", when="@9.5:+cgal")
|
||||||
depends_on("doxygen+graphviz", when="+doc")
|
depends_on("doxygen+graphviz", when="+doc")
|
||||||
depends_on("graphviz", when="+doc")
|
depends_on("graphviz", when="+doc")
|
||||||
depends_on("ginkgo", when="@9.1:+ginkgo")
|
depends_on("ginkgo", when="@9.1:+ginkgo")
|
||||||
|
|
Loading…
Reference in a new issue