paraview/paraview-rpmlintrc
Vicente Adolfo Bolea Sanchez 9c0981b5c0 - Update to version 5.13.2:
* Update Insitu logic to use script filename (instead of full
    path) when searching PYTHONPATH directories (details).
  * Fixed CLI error loading multiple-file series (details).
  * Fixed CLI error that was opening two copies of single file
    specified in command line (details).
  * Fixed pvbatch syntax warning messages (“invalid escape
    sequence”) (details).
  * Fixed spreadsheet view to update correctly when timestep is
    reset to 0 (details).
  * Fixed problems loading state file when remote volume rendering
    is used (details).
  * More info at:
    <https://www.kitware.com/paraview-5-13-2-release-notes/>.
- Use internal pegtl lib due to version incompatibility.
- Disable ZFP due to building problems with internal/external.
- Added sed command to fix linker flags in build.ninja.
- Removed unnecessary shebang at rtImageTest.py.
- Dropped patches:
  * 0001-Fix-missing-fmt-ranges.h-include-in-ioss-ThirdParty-.patch
- Add patches:
  * 0001-Add-missing-libm-link-library-for-bundled-ExodusII.patch

OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=133
2025-01-07 17:09:51 +00:00

14 lines
581 B
Plaintext

# A non-executable file in bindir is used by paraview to locate plugins (hard-coded)
# See https://gitlab.kitware.com/paraview/paraview/issues/19706
addFilter("non-executable-in-bin .*/usr/bin/paraview\.conf")
addFilter("script-without-shebang .*/usr/bin/paraview\.conf")
# This is a (static) plugin
addFilter("devel-file-in-non-devel-package .*/usr/lib.*/paraview-[0-9.]*/plugins/.*.a")
# python3-matplotlib is not a lib
addFilter("python3-paraview.* explicit-lib-dependency python3-matplotlib")
# 0 size files are referenced in cmake files
addFilter("paraview.* zero-length")