dealii: add vtk backward compat bound (#48744)

This commit is contained in:
Harmen Stoppels 2025-01-27 23:00:32 +01:00 committed by GitHub
parent 7568687f1e
commit 1e763629f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -258,7 +258,7 @@ class Dealii(CMakePackage, CudaPackage):
arch_str = f"+cuda cuda_arch={_arch}"
trilinos_spec = f"trilinos +wrapper {arch_str}"
depends_on(trilinos_spec, when=f"@9.5:+trilinos {arch_str}")
depends_on("vtk", when="@9.6:+vtk")
depends_on("vtk@9:", when="@9.6:+vtk")
# Explicitly provide a destructor in BlockVector,
# otherwise deal.II may fail to build with Intel compilers.