forked from pool/paraview
61385b347f
* Update to version 5.10.0. * Drop patches incorporated upstream. * Update guides and tutorials. * Update _constraits to require 22 GiB for build to prevent out-of-disk-space build failures. * Add arguments to cmake command to turn off system installed libraries individually where these are not available; specifically turn off system vtkcatalyst, exprtk, fmt, and ioss. * Add paraview-include-sstream.patch -- Add patch from upstream to include missing headers and adapt to apply with p1 (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/8597). * Add rpmlintrc snippet to suppress warnings about shared lib versioning: we use a versioning consistent with package major.minor version which is needed due to upstream's otherwise inconsistent so versions, but rpmlint does not like this. OBS-URL: https://build.opensuse.org/request/show/944085 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=99
8 lines
329 B
Plaintext
8 lines
329 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")
|
|
addFilter("libparaview5_10.* shlib-policy-name-error")
|
|
|
|
|