I am trying to build paraview-5.11.0 with the latest spack release.
Is it possible to configure it in a way in which Legacy catalyst will get built?
I checked release notes and in 5.9.0 it is stated legacy catalyst will be supported
until further notice. Have I missed the notice?
I presume you are using a suitable build_edition (e.g. the default canonical one). What other options do you have? I’m not all that familiar with building ParaView using Spack so I’m not sure I can help you much further.
FWIW, I don’t think Catalyst2 and Catalyst1 are mutually exclusive in a ParaView build so the ~libcatalyst option is unnecessary (though it’s disabled by default anyway).
Here is my CMakeCache.txt (223.7 KB). Note that I used the superbuild rather than Spack (since the Spack build does not currently support OSPRay).
It’s weird that it complains about VTK_MODULE_USE_EXTERNAL_ParaView_vtkcatalyst given it seems like the Spack package script only seems to explicitly set this CMake variable for 5.10 (this line).
Thank you for the share of the CMakeCache.txt. I had a brief look and it seems this is set for catalyst-v2: catalyst_DIR:PATH=.../paraview/build-v5.11.0/install/lib/cmake/catalyst-2.0
Are you sure your build also contains the legacy catalyst?