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
19 lines
295 B
Plaintext
19 lines
295 B
Plaintext
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">22</size>
|
|
</disk>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>riscv64</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">25</size>
|
|
</disk>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|
|
|