paraview: fix paraview@5.12.0-RC1+adios2 build (#41787)

This commit is contained in:
Ben Wibking 2023-12-28 03:42:21 -05:00 committed by GitHub
parent 537c150041
commit f765f658ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ class Paraview(CMakePackage, CudaPackage, ROCmPackage):
# Fix VTK to remove deprecated ADIOS2 functions
# https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10113
patch("adios2-remove-deprecated-functions.patch", when="@5.10: ^adios2@2.9:")
patch("adios2-remove-deprecated-functions.patch", when="@5.10:5.11 ^adios2@2.9:")
patch("exodusII-netcdf4.9.0.patch", when="@:5.10.2")