Paraview catalyst updates (#34364)

* LibCatalyst: Fix version of pre-release develop version
* ParaView: Requires libcatalyst@2:
* ParaView: Apply adios2 module no kit patch to 5.11

This patch is still pending in VTK and didn't make it into 5.11 as anticipated.
This commit is contained in:
kwryankrattiger 2022-12-07 12:27:47 -06:00 committed by GitHub
parent d464185bba
commit 8ba0faa9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ class Libcatalyst(CMakePackage):
version("2.0.0-rc3", sha256="8862bd0a4d0be2176b4272f9affda1ea4e5092087acbb99a2fe2621c33834e05")
# master as of 2021-05-12
version("2021-05-12", commit="8456ccd6015142b5a7705f79471361d4f5644fa7")
version("0.20210512", commit="8456ccd6015142b5a7705f79471361d4f5644fa7")
variant("mpi", default=False, description="Enable MPI support")

View File

@ -196,7 +196,7 @@ class Paraview(CMakePackage, CudaPackage):
depends_on("lz4")
depends_on("xz")
depends_on("zlib")
depends_on("libcatalyst", when="+libcatalyst")
depends_on("libcatalyst@2:", when="+libcatalyst")
# Older builds of pugi export their symbols differently,
# and pre-5.9 is unable to handle that.
@ -237,7 +237,7 @@ class Paraview(CMakePackage, CudaPackage):
# Fix IOADIOS2 module to work with kits
# https://gitlab.kitware.com/vtk/vtk/-/merge_requests/8653
patch("vtk-adios2-module-no-kit.patch", when="@5.8:5.10")
patch("vtk-adios2-module-no-kit.patch", when="@5.8:")
# Patch for paraview 5.9.0%xl_r
# https://gitlab.kitware.com/vtk/vtk/-/merge_requests/7591