2 Commits

Author SHA256 Message Date
e9319f13ae Accepting request 1277270 from science
OBS-URL: https://build.opensuse.org/request/show/1277270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vtk-m?expand=0&rev=6
2025-05-14 15:01:25 +00:00
Vicente Adolfo Bolea Sanchez
6a05fcdcd8 - Updated spec to vtk-m 2.3.0.
- Find the release notes at
  <https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.3.0>.
- New features and bugfixes:
  * Add ArraySetValues.
  * Add a form of CellInterpolate that operates on whole cell sets.
  * Fix deprecation warning in WorkletCellNeighborhood.
  * Clip: Improve performance and memory consumption.
  * Contour Polygons with Marching Cubes.
  * Better document the creation of Field and CoordinateSystem.
  * ExternalFaces: Improve performance and memory consumption.
  * Fixed winding of triangles of flying edges on GPUs.
  * Enable extracting external faces from curvilinear data.
  * Load options from environment variables.
  * Added log entry when a cast and call fallback is used.
  * Automatically initialize Kokkos.
  * Fix clang compile issue with a missing tempolate arg list.
  * Fix include for cub::Swap.
  * Circumvent shadow warnings with thrust swap.
  * Simplify CellLocatorBase and PointLocatorBase.
  * Add constexpr to Vec methods.

OBS-URL: https://build.opensuse.org/package/show/science/vtk-m?expand=0&rev=13
2025-05-14 01:32:08 +00:00
4 changed files with 32 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee66b6bbd33f6ad6f2350e11a7c9328492e53935ba8f66b4b1d01f074eb96341
size 73790759

3
vtk-m-v2.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63f1a0273227463a1be38c046630ea6f606ed958543fe6ff64eb6bb6513a6013
size 73936659

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue May 13 00:00:00 UTC 2025 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.3.0-0
- Updated spec to vtk-m 2.3.0.
- Find the release notes at
<https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.3.0>.
- New features and bugfixes:
* Add ArraySetValues.
* Add a form of CellInterpolate that operates on whole cell sets.
* Fix deprecation warning in WorkletCellNeighborhood.
* Clip: Improve performance and memory consumption.
* Contour Polygons with Marching Cubes.
* Better document the creation of Field and CoordinateSystem.
* ExternalFaces: Improve performance and memory consumption.
* Fixed winding of triangles of flying edges on GPUs.
* Enable extracting external faces from curvilinear data.
* Load options from environment variables.
* Added log entry when a cast and call fallback is used.
* Automatically initialize Kokkos.
* Fix clang compile issue with a missing tempolate arg list.
* Fix include for cub::Swap.
* Circumvent shadow warnings with thrust swap.
* Simplify CellLocatorBase and PointLocatorBase.
* Add constexpr to Vec methods.
-------------------------------------------------------------------
Thu Aug 1 00:00:00 UTC 2024 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.2.0-0

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package vtk-m
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define flavor @BUILD_FLAVOR@%{nil}
%define major_ver 2
%define minor_ver 2
%define minor_ver 3
%define patch_ver 0
%define short_ver %{major_ver}.%{minor_ver}