2020-02-27 12:57:31 +01:00
|
|
|
# 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")
|
|
|
|
|
2022-12-01 18:11:19 +01:00
|
|
|
# This is a (static) plugin
|
|
|
|
addFilter("devel-file-in-non-devel-package .*/usr/lib.*/paraview-[0-9.]*/plugins/GeodesicMeasurement/libFmmMesh.a")
|
2020-02-27 12:57:31 +01:00
|
|
|
|
2022-12-01 18:11:19 +01:00
|
|
|
# python3-matplotlib is not a lib
|
|
|
|
addFilter("python3-paraview.* explicit-lib-dependency python3-matplotlib")
|