8ffb58de9e
* Fix version dependent bcond's for TW * Remove unused netcdf-cxx build dependency * Remove unnecessary sqlite and wget binary build dependencies * Use system libharu, fast-float and fmt when available - Fix build with recent fmt, add * 0001-Fix-missing-fmt-ranges.h-include-in-ioss-ThirdParty-.patch OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=132
14 lines
587 B
Plaintext
14 lines
587 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-devel.* zero-length")
|