Skip to content
Snippets Groups Projects
Commit 6170ca86 authored by Denis Davydov's avatar Denis Davydov Committed by Massimiliano Culpo
Browse files

dealii: update CMake dependency (#7010)

parent 27bb18ba
No related branches found
No related tags found
No related merge requests found
...@@ -125,9 +125,9 @@ class Dealii(CMakePackage, CudaPackage): ...@@ -125,9 +125,9 @@ class Dealii(CMakePackage, CudaPackage):
depends_on('hdf5+mpi+hl', when='+hdf5+mpi') depends_on('hdf5+mpi+hl', when='+hdf5+mpi')
depends_on('cuda@8:', when='+cuda') depends_on('cuda@8:', when='+cuda')
depends_on('cmake@3.9:', when='+cuda') depends_on('cmake@3.9:', when='+cuda')
# currently deal.II does not build with Cmake 3.10, see # older version of deal.II do not build with Cmake 3.10, see
# https://github.com/dealii/dealii/issues/5510 # https://github.com/dealii/dealii/issues/5510
depends_on('cmake@:3.9.99') depends_on('cmake@:3.9.99', when='@:8.99')
# FIXME: concretizer bug. The two lines mimic what comes from PETSc # FIXME: concretizer bug. The two lines mimic what comes from PETSc
# but we should not need it # but we should not need it
depends_on('metis@5:+int64+real64', when='+metis+int64') depends_on('metis@5:+int64+real64', when='+metis+int64')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment