#LTO fails at the moment %undefine _lto_cflags %if 0%{?fedora} %define _legacy_common_support 1 %endif %global pv_maj 6 %global pv_min 1 %global pv_patch 1 %global pv_majmin %{pv_maj}.%{pv_min} #global rcsuf RC2 %{?rcsuf:%global relsuf .%{rcsuf}} %{?rcsuf:%global versuf -%{rcsuf}} %if 0%{?flatpak} %bcond_with mpich %bcond_with openmpi %else %bcond_without mpich %if 0%{?fedora} >= 40 %ifarch %{ix86} %bcond_with openmpi %else %bcond_without openmpi %endif %else %bcond_without openmpi %endif %endif # cgnslib is too old on EL8 %if 0%{?el8} %bcond_with cgnslib %else %bcond_without cgnslib %endif %if %{with cgnslib} %global vtk_use_system_cgnslib -DVTK_MODULE_USE_EXTERNAL_ParaView_cgns:BOOL=ON %else %global vtk_use_system_cgnslib -DVTK_MODULE_USE_EXTERNAL_ParaView_cgns:BOOL=OFF %endif # Enable VisitBridge plugin (bz#1546474) %bcond_with VisitBridge %bcond_without protobuf %if %{with protobuf} %global vtk_use_system_protobuf -DVTK_MODULE_USE_EXTERNAL_ParaView_protobuf:BOOL=ON %else %global vtk_use_system_protobuf -DVTK_MODULE_USE_EXTERNAL_ParaView_protobuf:BOOL=OFF %endif Name: paraview Version: %{pv_maj}.%{pv_min}.%{pv_patch} Release: 10%{?dist} Summary: Parallel visualization application License: BSD-3-Clause URL: https://www.paraview.org/ Source0: https://www.paraview.org/files/v%{pv_majmin}/ParaView-v%{version}%{?versuf}.tar.gz Source1: paraview.xml Source2: https://www.paraview.org/files/v%{pv_majmin}/ParaViewGettingStarted-%{version}.pdf # Fix cmake files install location # https://gitlab.kitware.com/paraview/paraview/issues/19724 Patch0: paraview-cmakedir.patch # always_inline fails on ppc64le # https://gitlab.kitware.com/vtk/vtk/-/issues/19622 # https://bugzilla.redhat.com/show_bug.cgi?id=2386242 Patch2: vtk-ppc64-no-always-inline.patch # Fix build with newer freetype # https://gitlab.kitware.com/vtk/vtk/-/issues/18033 Patch3: paraview-freetype.patch # Fix location of resources Patch4: paraview-resources.patch BuildRequires: cmake >= 3.12 BuildRequires: make BuildRequires: lz4-devel BuildRequires: cmake(Qt6) BUildRequires: cmake(Qt6Core5Compat) BuildRequires: cmake(Qt6Svg) BuildRequires: cmake(Qt6UiPlugin) BuildRequires: /usr/bin/xsltproc BuildRequires: python3-devel BuildRequires: python3-netcdf4 %if %{with cgnslib} BuildRequires: cgnslib-devel %endif BuildRequires: cli11-devel BuildRequires: gdal-devel BuildRequires: hdf5-devel BuildRequires: tk-devel BuildRequires: fast_float-devel BuildRequires: freetype-devel, libtiff-devel, zlib-devel BuildRequires: expat-devel BuildRequires: readline-devel BuildRequires: openssl-devel BuildRequires: gnuplot BuildRequires: wget BuildRequires: boost-devel BuildRequires: eigen3-devel BuildRequires: hwloc-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtheora-devel BuildRequires: libxml2-devel BuildRequires: libXcursor-devel BuildRequires: libXt-devel BuildRequires: netcdf-cxx-devel BuildRequires: cmake(nlohmann_json) BuildRequires: patchelf BuildRequires: PEGTL-devel BuildRequires: proj-devel %if %{with protobuf} BuildRequires: protobuf-devel %endif BuildRequires: sqlite-devel BuildRequires: utf8cpp-devel BuildRequires: vtk-devel # For validating desktop and appdata files BuildRequires: desktop-file-utils BuildRequires: libappstream-glib BuildRequires: glibc-langpack-en # Test dependencies BuildRequires: mesa-libEGL Requires: hdf5%{?_hdf5_version: = %{_hdf5_version}} Requires: %{name}-data = %{version}-%{release} Requires: python3-pygments Requires: python3-six Requires: python3-netcdf4 Requires: python3-numpy Requires: python3-twisted Requires: python3-autobahn # ParaView requires svg support via icon plugins, so no direct linking involved Requires: qt6-qtsvg%{?_isa} # The auto-generated libvtk*.so.1 Requires are stripped by __requires_exclude # below, so depend on the serial VTK explicitly (pvpython/pvbatch and the GUI # link libvtkParallelCore.so.1 etc.). python3-vtk supplies the vtkmodules that # paraview.simple / servermanager import at runtime. Requires: vtk%{?_isa} Requires: python3-vtk%{?_isa} # Bundled KWSys # https://fedorahosted.org/fpc/ticket/555 # Components used are specified in VTK/Utilities/KWSys/CMakeLists.txt Provides: bundled(kwsys-base64) Provides: bundled(kwsys-commandlinearguments) Provides: bundled(kwsys-directory) Provides: bundled(kwsys-dynamicloader) Provides: bundled(kwsys-encoding) Provides: bundled(kwsys-fstream) Provides: bundled(kwsys-fundamentaltype) Provides: bundled(kwsys-glob) Provides: bundled(kwsys-md5) Provides: bundled(kwsys-process) Provides: bundled(kwsys-regularexpression) Provides: bundled(kwsys-status) Provides: bundled(kwsys-system) Provides: bundled(kwsys-systeminformation) Provides: bundled(kwsys-systemtools) # Bundled cgnslib %if !%{with cgnslib} Provides: bundled(cgnslib) = 4.1 %endif # Bundled protobuf %if !%{with protobuf} Provides: bundled(protobuf) = 2.3.0 %endif # Do not provide anything in paraview's library directory %global __provides_exclude_from ^(%{_libdir}/paraview/|%{_libdir}/.*/lib/paraview/).*$ # Do not require anything provided in paraview's library directory # This list needs to be maintained by hand # TODO - need to just exclude the private paraview "vtk" libraries %if %{with protobuf} %global __requires_exclude ^lib(catalyst|LegacyGhostCellsGenerator|IceT|pq|QtTesting|StereoCursorViews|vtk).*$ %else %global __requires_exclude ^lib(catalyst|LegacyGhostCellsGenerator|IceT|pq|QtTesting|StereoCursorViews|vtk|protobuf).*$ %endif ExcludeArch: %{ix86} #-- Plugin: VRPlugin - Virtual Reality Devices and Interactor styles : Disabled - Requires VRPN #-- Plugin: MantaView - Manta Ray-Cast View : Disabled - Requires Manta #-- Plugin: ForceTime - Override time requests : Disabled - Build is failing #-- Plugin: VaporPlugin - Plugin to read NCAR VDR files : Disabled - Requires vapor # -DVTK_DIR=%%{_libdir}/vtk \\\ # Add -DOMPI_SKIP_MPICXX to work around issue with MPI linkage and exodus # https://gitlab.kitware.com/paraview/paraview/-/issues/20060 %global paraview_cmake_options \\\ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \\\ -DCMAKE_BUILD_TYPE=RelWithDebInfo \\\ -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-DNDEBUG -DOMPI_SKIP_MPICXX" \\\ -DCMAKE_INSTALL_DOCDIR:PATH=share/doc/%{name} \\\ -DOpenGL_GL_PREFERENCE=GLVND \\\ -DPARAVIEW_BUILD_SHARED_LIBS:BOOL=ON \\\ -DPARAVIEW_VERSIONED_INSTALL:BOOL=OFF \\\ -DPARAVIEW_ENABLE_GDAL:BOOL=ON \\\ -DPARAVIEW_USE_PYTHON:BOOL=ON \\\ -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON \\\ -DVTK_PYTHON_VERSION=3 \\\ -DPARAVIEW_BUILD_WITH_EXTERNAL:BOOL=ON \\\ -DPARAVIEW_USE_EXTERNAL_VTK:BOOL=ON \\\ %{?vtk_use_system_cgnslib} \\\ %{?vtk_use_system_protobuf} \\\ -DBUILD_EXAMPLES:BOOL=ON \\\ -DBUILD_TESTING:BOOL=OFF \\\ -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON %global paraview_cmake_mpi_options \\\ -DCMAKE_PREFIX_PATH:PATH=$MPI_HOME \\\ -DCMAKE_INSTALL_PREFIX:PATH=$MPI_HOME \\\ -DCMAKE_INSTALL_CMAKEDIR:PATH=lib/cmake \\\ -DCMAKE_INSTALL_INCLUDEDIR:PATH=../../include/$MPI_COMPILER/%{name} \\\ -DCMAKE_INSTALL_LIBDIR:PATH=lib/%{name} \\\ -DHDF5_INCLUDE_DIRS:PATH=$MPI_INCLUDE \\\ -DQtTesting_INSTALL_LIB_DIR=lib/%{name} \\\ -DQtTesting_INSTALL_CMAKE_DIR=lib/%{name}/CMake \\\ -DPARAVIEW_USE_MPI:BOOL=ON \\\ -DICET_BUILD_TESTING:BOOL=ON \\\ `# COPR vtk-mpi-9.6.2-4 skips VTK Web modules (require VTK_WRAP_PYTHON` \\\ `# which is intentionally off for MPI variants). Disable Web here so` \\\ `# paraview's MPI configure doesn't demand them.` \\\ -DPARAVIEW_ENABLE_WEB:BOOL=OFF \\\ %if %{with VisitBridge} \ -DPARAVIEW_ENABLE_VISITBRIDGE=ON \\\ %endif \ %{paraview_cmake_options} %description ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView’s batch processing capabilities. ParaView was developed to analyze extremely large datasets using distributed memory computing resources. It can be run on supercomputers to analyze datasets of petascale size as well as on laptops for smaller data. NOTE: The version in this package has NOT been compiled with MPI support. %if %{with openmpi} Install the paraview-openmpi package to get a version compiled with openmpi. %endif %if %{with mpich} Install the paraview-mpich package to get a version compiled with mpich. %endif %package data Summary: Data files for ParaView Requires: %{name} = %{version}-%{release} BuildArch: noarch %description data %{summary}. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: vtk-devel%{?_isa} Provides: %{name}-static = %{version}-%{release} Provides: %{name}-static%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package doc Summary: Documentation files for ParaView BuildRequires: doxygen BuildRequires: graphviz BuildRequires: hardlink BuildRequires: python3-devel BuildRequires: python3-numpy BuildRequires: python3-sphinx BuildRequires: python3-twisted BuildRequires: python3-autobahn BuildRequires: python3-markupsafe BuildArch: noarch %description doc %{summary}. %global mpi_list %{nil} %if %{with openmpi} %global mpi_list %mpi_list openmpi %package openmpi Summary: Parallel visualization application BuildRequires: openmpi-devel BuildRequires: netcdf-openmpi-devel BuildRequires: python3-mpi4py-openmpi BuildRequires: vtk-openmpi-devel Requires: %{name}-data = %{version}-%{release} Requires: python3-autobahn Requires: python3-mpi4py-openmpi Requires: python3-numpy Requires: python3-pygments Requires: python3-six Requires: python3-twisted # ParaView requires svg support via icon plugins, so no direct linking involved Requires: qt6-qtsvg%{?_isa} %description openmpi This package contains copies of the ParaView server binaries compiled with OpenMPI. These are named pvserver_openmpi, pvbatch_openmpi, etc. You will need to load the openmpi-%{_arch} module to setup your path properly. %package openmpi-devel Summary: Development files for %{name}-openmpi Requires: %{name}-openmpi%{?_isa} = %{version}-%{release} Provides: %{name}-openmpi-static = %{version}-%{release} Provides: %{name}-openmpi-static%{?_isa} = %{version}-%{release} %description openmpi-devel The %{name}-openmpi-devel package contains libraries and header files for developing applications that use %{name}-openmpi. %endif %if %{with mpich} %global mpi_list %mpi_list mpich %package mpich Summary: Parallel visualization application BuildRequires: mpich-devel BuildRequires: netcdf-mpich-devel BuildRequires: python3-mpi4py-mpich BuildRequires: vtk-mpich-devel Requires: %{name}-data = %{version}-%{release} Requires: python3-autobahn Requires: python3-mpi4py-mpich Requires: python3-numpy Requires: python3-pygments Requires: python3-six Requires: python3-twisted # ParaView requires svg support via icon plugins, so no direct linking involved Requires: qt6-qtsvg%{?_isa} %description mpich This package contains copies of the ParaView server binaries compiled with mpich. These are named pvserver_mpich, pvbatch_mpich, etc. You will need to load the mpich-%{_arch} module to setup your path properly. %package mpich-devel Summary: Development files for %{name}-mpich Requires: %{name}-mpich%{?_isa} = %{version}-%{release} Provides: %{name}-mpich-static = %{version}-%{release} Provides: %{name}-mpich-static%{?_isa} = %{version}-%{release} %description mpich-devel The %{name}-mpich-devel package contains libraries and header files for developing applications that use %{name}-mpich. %endif %prep %autosetup -p1 -n ParaView-v%{version}%{?versuf} %if %{with VisitBridge} cp -p Utilities/VisItBridge/README.md Utilities/VisItBridge/README-VisItBridge.md # See https://gitlab.kitware.com/paraview/paraview/issues/17456 rm -f Utilities/VisItBridge/databases/readers/Vs/VsStaggeredField.C %endif # Install python properly sed -i -s '/VTK_INSTALL_PYTHON_USING_CMAKE/s/TRUE/FALSE/' CMakeLists.txt #Remove included thirdparty sources just to be sure for x in %{?_with_cgnslib:vtkcgns} %{?_with_protobuf:vtkprotobuf} do rm -r ThirdParty/*/${x} done # We need VTK/Utilities/Doxygen to build docs # https://gitlab.kitware.com/paraview/paraview/-/issues/23120 rm -r VTK/[A-TV-Za-z]* VTK/Utilities/[A-CE-Za-z]* VTK/Utilities/D[A-Za-np-z]* # $mpi will be evaluated in the loops below %global _vpath_builddir %{_vendor}-%{_target_os}-build-${mpi:-serial} %conf # Try to limit memory consumption on some arches %ifarch %{arm} %global optflags %(echo %{optflags} | sed 's/-g /-g1 /') %endif %cmake -Wno-dev \ -DCMAKE_INSTALL_CMAKEDIR:PATH=%{_lib}/cmake \ -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib}/%{name} \ -DPARAVIEW_BUILD_DEVELOPER_DOCUMENTATION:BOOL=ON \ -DQtTesting_INSTALL_LIB_DIR=%{_lib}/%{name} \ -DQtTesting_INSTALL_CMAKE_DIR=%{_lib}/%{name}/CMake \ %{paraview_cmake_options} for mpi in %{mpi_list} do module load mpi/$mpi-%{_arch} # MPI vtk variants are Python-free, so paraview's MPI configure must # run with PYTHON+WEB off. Placed AFTER the macro expansion so they # win over PARAVIEW_USE_PYTHON=ON in the main options block. %cmake -Wno-dev %{paraview_cmake_mpi_options} \ -DPARAVIEW_USE_PYTHON:BOOL=OFF \ -DPARAVIEW_ENABLE_WEB:BOOL=OFF \ -DPARAVIEW_USE_QT:BOOL=OFF module purge done %build %cmake_build -t ParaViewDoxygenDoc %cmake_build export LANG=en_US.UTF-8 # Built-in Python modules were not found, set pythonpath as workaround export PYTHONPATH=$PWD/%{_lib}/paraview/python%{python3_version}/site-packages:%{python3_sitelib}:%{python3_sitearch} for mpi in %{mpi_list} do module load mpi/$mpi-%{_arch} %cmake_build module purge done %install # Fix permissions find . \( -name \*.txt -o -name \*.xml -o -name '*.[ch]' -o -name '*.[ch][px][px]' \) -print0 | xargs -0 chmod -x # Create some needed directories install -d %{buildroot}%{_datadir}/applications install -d %{buildroot}%{_datadir}/mime/packages install -m644 %SOURCE1 %{buildroot}%{_datadir}/mime/packages for mpi in %{mpi_list} do module load mpi/$mpi-%{_arch} %cmake_install # Remove mpi copy of doc and man pages and data rm -rf %{buildroot}%{_libdir}/${mpi}/share/{metainfo,applications,doc,icons,man,mimeinfo,paraview,vtkm-*} # Set rpaths of every library for i in `find %{buildroot}$MPI_LIB -name "*.so*" -type f -print`; do patchelf --print-rpath --set-rpath $MPI_LIB $i done module purge done # unset mpi to reset _vpath_builddir unset mpi #Install the normal version %cmake_install desktop-file-validate %{buildroot}%{_datadir}/applications/org.paraview.ParaView.desktop appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.paraview.ParaView.appdata.xml # Build autodocs and move documentation-files to proper location mkdir -p %{buildroot}%{_pkgdocdir} install -pm 0644 %SOURCE2 %{buildroot}%{_pkgdocdir}/GettingStarted.pdf install -pm 0644 README.md %{buildroot}%{_pkgdocdir} %if %{with VisitBridge} install -pm 0644 Utilities/VisItBridge/README-VisItBridge.md %{buildroot}%{_pkgdocdir} %endif find %{buildroot}%{_pkgdocdir} -name '.*' -print0 | xargs -0 rm -frv find %{buildroot}%{_pkgdocdir} -name '*.map' -or -name '*.md5' -print -delete hardlink -cfv %{buildroot}%{_pkgdocdir} # Cleanup docs and link to where paraview will find it ln -s ../doc/paraview %{buildroot}/%{_datadir}/paraview/doc # pvpython/pvbatch self-location computes an empty install prefix, so their # sys.path never includes ParaView's private python dir # (%{_libdir}/paraview/pythonX.Y/site-packages) and "from paraview.simple import" # fails (ModuleNotFoundError: No module named 'paraview'). Their sys.path DOES # include the standard sitearch (via the /lib64 -> /usr/lib64 usrmerge symlink), # so drop a .pth there that adds the private dir back onto the path. Fixes all # pvpython/pvbatch (and system python3) ParaView scripting. mkdir -p %{buildroot}%{python3_sitearch} echo "%{_libdir}/%{name}/python%{python3_version}/site-packages" \ > %{buildroot}%{python3_sitearch}/paraview-private.pth %pre #Handle changing from directory to file if [ -d %{_libdir}/paraview/paraview ]; then rm -r %{_libdir}/paraview/paraview fi %files %{_bindir}/%{name} %{_bindir}/%{name}.conf %{_bindir}/pvbatch # Currently disabled upstream #{_bindir}/pvblot %{_bindir}/pvdataserver %{_bindir}/pvpython %{_bindir}/pvrenderserver %{_bindir}/pvserver %{_bindir}/smTestDriver %{_libdir}/%{name}/ %exclude %{_libdir}/%{name}/*.a %{python3_sitearch}/paraview-private.pth %files data %license Copyright.txt %dir %{_pkgdocdir} %{_pkgdocdir}/GettingStarted.pdf %{_pkgdocdir}/README.md %if %{with VisitBridge} %{_pkgdocdir}/README-VisItBridge.md %endif %{_datadir}/metainfo/org.paraview.ParaView.appdata.xml %{_datadir}/applications/org.paraview.ParaView.desktop %{_datadir}/icons/hicolor/*/apps/paraview.png %license %{_datadir}/licenses/ParaView/ %{_datadir}/mime/packages/paraview.xml %{_datadir}/%{name}/ %files devel %{_bindir}/paraview-config %{_bindir}/vtkWrapClientServer %{_bindir}/vtkProcessXML %{_includedir}/%{name}/ %{_libdir}/cmake/ %{_libdir}/%{name}/*.a %files doc %{_pkgdocdir}/ %if %{with openmpi} %files openmpi %{_libdir}/openmpi/bin/[ps]* %{_libdir}/openmpi/lib/%{name}/ %exclude %{_libdir}/openmpi/lib/%{name}/*.a %license %{_libdir}/openmpi/share/licenses/ %files openmpi-devel %{_includedir}/openmpi-%{_arch}/%{name}/ %{_libdir}/openmpi/bin/vtk* %{_libdir}/openmpi/lib/cmake/ %{_libdir}/openmpi/lib/%{name}/*.a %endif %if %{with mpich} %files mpich %{_libdir}/mpich/bin/[ps]* %{_libdir}/mpich/lib/%{name}/ %exclude %{_libdir}/mpich/lib/%{name}/*.a %license %{_libdir}/mpich/share/licenses/ %files mpich-devel %{_includedir}/mpich-%{_arch}/%{name}/ %{_libdir}/mpich/bin/vtk* %{_libdir}/mpich/lib/cmake/ %{_libdir}/mpich/lib/%{name}/*.a %endif %changelog * Wed Jun 17 2026 Morgan Hough - 6.1.1-10 - Switch Release from %%autorelease to an explicit number. %%autorelease was not active in this COPR (rpkg without rpmautospec), so every build resolved to 6.1.1-1 and same-NVR rebuilds never superseded in the repo - which is why the -2..-9 spec fixes never actually reached consumers. Explicit Release restores proper NVR bumping. - Fix pvpython/pvbatch scripting (CDash paraview component 2/10 -> green): their broken self-location left ParaView's private python dir off sys.path, so "from paraview.simple import ..." failed (No module named 'paraview'). Drop a paraview-private.pth in the standard sitearch (which IS on their sys.path via /lib64->/usr/lib64) pointing at the private dir. Verified in a clean f44 mock chroot. - Add explicit Requires: vtk + python3-vtk. The __requires_exclude strips the auto-generated libvtk*.so.1 deps, so a clean "dnf install paraview" pulled no VTK and pvpython died at startup on libvtkParallelCore.so.1; python3-vtk supplies the vtkmodules paraview.simple imports. * Mon Jun 01 2026 Morgan Hough - 6.1.1-9 - Add PARAVIEW_USE_QT=OFF to MPI cmake options. Build 10530394 surfaced yet another required VTK module (VTK::GUISupportQt) which only exists in the serial vtk (MPI variants have VTK_GROUP_ENABLE_Qt=NO). The MPI flavors are headless (pvbatch, pvserver) so the Qt GUI client isn't meaningful there anyway. The other six modules from that failure (IOVPIC/IOH5part/IOH5Rage/IOOMF/IOTRUCHAS/FiltersParallelStatistics) are handled by adding them to vtk-mpich-9.6.2-4 + vtk-openmpi-9.6.2-4. * Sun May 31 2026 Morgan Hough - 6.1.1-8 - -7's explanatory comment mentioned %%{paraview_cmake_mpi_options} unescaped, so RPM expanded the macro into the comment body. The expansion's multi-line cmake flags + parens caused a bash syntax error at the start of the MPI configure loop (build 10529580: "syntax error near unexpected token '('"). Rewrite the comment without referencing macros by name. * Sun May 31 2026 Morgan Hough - 6.1.1-7 - The PARAVIEW_ENABLE_WEB=OFF override in -6 was placed inside %%{paraview_cmake_mpi_options} but %%{paraview_cmake_options} (carrying PARAVIEW_USE_PYTHON=ON) is appended at the END of that macro, so its defaults won. Build 10529574 failed with paraview demanding VTK::PythonInterpreter / VTK::WrappingPythonCore / VTK::Python / VTK::RenderingMatplotlib — none of which exist in the Python-free MPI vtk variants. Move the overrides to the %%cmake invocation itself (after %%{paraview_cmake_mpi_options}) and add PARAVIEW_USE_PYTHON=OFF to match. * Sun May 31 2026 Morgan Hough - 6.1.1-6 - Re-enable paraview-mpich + paraview-openmpi subpackages now that COPR vtk-mpi-9.6.2-4 ships matching cli11 / IOGDAL / AcceleratorsVTKmFilters. The MPI vtk variants skip Python wrap per Fedora convention, so set PARAVIEW_ENABLE_WEB=OFF in MPI options to avoid demanding VTK::Python-dependent Web modules. * Sun May 31 2026 Morgan Hough - 6.1.1-5 - Disable paraview-mpich + paraview-openmpi subpackages. With those enabled, the build pulls vtk-mpich-devel + vtk-openmpi-devel which on F44 come from the system vtk-9.6.2-2 packages — they don't have the Web / cli11 / WebPython / IOGDAL / AcceleratorsVTKmFilters modules we enabled in COPR vtk-9.6.2-10. Build 10527922 failed in ~2 min at MPI-flavor configure with the same CMakeLists.txt:568 error, but now demanding even MORE modules (PythonInterpreter + WrappingPythonCore) because the system vtk-mpi is older. Re-enable the MPI flavors once VTK ships matching mpich/openmpi subpackages from COPR. * Sat May 30 2026 Morgan Hough - 6.1.1-4 - Revert -3 workarounds — vtk-9.6.2-8 now ships every ParaView-required module: VTK_AcceleratorsVTKmFilters (with bundled viskores), VTK_IOGDAL (with new gdal-devel BR), VTK_WebPython, VTK_cli11. Re-enable PARAVIEW_ENABLE_GDAL and let PARAVIEW_USE_VISKORES default back on. * Sat May 30 2026 Morgan Hough - 6.1.1-3 - Use the right Viskores gate: PARAVIEW_USE_VISKORES=OFF instead of the wrong PARAVIEW_PLUGIN_ENABLE_VTKmFilters from -2. VTKm was renamed to Viskores in ParaView 6.1; the plugin's CONDITION is PARAVIEW_USE_VISKORES per Plugins/VTKmFilters/paraview.plugin. - Disable PARAVIEW_ENABLE_GDAL: VTK::IOGDAL isn't enabled in COPR vtk-9.6.2-7 (would need gdal-devel BR) and the neurofedora COPR doesn't need geospatial format I/O. * Sat May 30 2026 Morgan Hough - 6.1.1-2 - Disable PARAVIEW_PLUGIN_ENABLE_VTKmFilters: requires VTK::AcceleratorsVTKmFilters which depends on VTK-m, not packaged for Fedora yet. The other two modules ParaView 6.1.1 demands at CMakeLists.txt:568 (VTK_WebCore + VTK_WebGLExporter) are now enabled by COPR vtk-9.6.2-6. * Fri May 29 2026 Morgan Hough - 6.1.1-1 - Bump to upstream 6.1.1 (released 2026-05-22). - Builds against COPR vtk-9.6.2-5 plus new COPR vtk-mpi (vtk-mpich-devel + vtk-openmpi-devel) which unblock the openmpi/mpich subpackages. * Sat May 23 2026 Morgan Hough - 6.1.0-1 - Adopt Fedora dist-git ParaView spec (maintainer: Orion Poplawski) for neurofedora COPR; rebased on upstream 6.1.0 release. - Requires COPR vtk-9.6.2-4 with -DVTK_MODULE_ENABLE_VTK_IOPIO=WANT