forked from pool/paraview
Accepting request 1177721 from science
Update to version 5.12.1 OBS-URL: https://build.opensuse.org/request/show/1177721 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=54
This commit is contained in:
commit
b4e45c02c7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d289afe7b48533e2ca4a39a3b48d3874bfe67cf7f37fdd2131271c57e64de20d
|
|
||||||
size 129439820
|
|
3
ParaView-v5.12.1.tar.xz
Normal file
3
ParaView-v5.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:927f880c13deb6dde4172f4727d2b66f5576e15237b35778344f5dd1ddec863e
|
||||||
|
size 129307060
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 28 00:00:00 UTC 2024 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 5.12.1:
|
||||||
|
* gradient backgrounds in saved images larger than the render
|
||||||
|
window are now correct.
|
||||||
|
* support for ospray is checked only when ospray rendering is
|
||||||
|
requested.
|
||||||
|
* cached geometry is discarded whenever an animation keyframe is
|
||||||
|
edited.
|
||||||
|
* coloring by partial field data arrays now works correctly.
|
||||||
|
* the reflect filter on triangle strips now produces correct
|
||||||
|
cells.
|
||||||
|
* slicing image data with multiple components now correctly
|
||||||
|
copies all components to the output.
|
||||||
|
* fixed a crash when loading an unstructured grid containing a
|
||||||
|
vtk_convex_point_set from a vtu file.
|
||||||
|
* removed spurious warning message when the integrate variables
|
||||||
|
filter was applied to an empty dataset.
|
||||||
|
* the legacy ghost cells generator filter, which was deprecated
|
||||||
|
in paraview 5.10 and removed in paraview 5.11, has been added
|
||||||
|
back.
|
||||||
|
* the gradient filter had a thread race condition fixed
|
||||||
|
* vtk xml file format readers no longer fail when building
|
||||||
|
paraview against expat 2.6.0.
|
||||||
|
* saving a multiblock dataset file (vtm) in parallel now uses
|
||||||
|
only rank 0 to create a subdirectory instead of all ranks
|
||||||
|
trying and one rank winning.
|
||||||
|
* fixed state saving option when a remote server crashes.
|
||||||
|
* error reporting when creating extracts directory fails now
|
||||||
|
includes the full path of the directory whose creation failed.
|
||||||
|
* More info at
|
||||||
|
<https://www.kitware.com/paraview-5-12-1-release-notes/>.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 07 00:00:00 UTC 2024 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com>
|
Wed Mar 07 00:00:00 UTC 2024 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com>
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
%define __builder ninja
|
%define __builder ninja
|
||||||
Name: paraview
|
Name: paraview
|
||||||
Version: %{short_ver}.0
|
Version: %{short_ver}.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Data analysis and visualization application
|
Summary: Data analysis and visualization application
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user