| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Updated spec to vtk-m 2.2.0. - Find the release notes at <https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.2.0>. - New features and bugfixes: * Enable non-finite values with Intel compiler. * Add GetNumberOfComponentsFlat method to ArrayHandle. * Support Fill for ArrayHandleStride. * Added component extraction support from ArrayHandleConstant. * Store constant AMR arrays with less memory. * Improved = operators in VecFromPortal. * Deprecate the GetCounts() method in Keys objects. * Enable new instances of unknown arrays with dynamic sizes. * Consolidate WarpScalar and WarpVector filter. * Adding MergeDataSets filter. * Fix bug with ExtractGeometry filter. * New Isosurface Uncertainty Visualization Analysis filter. * Deprecated vtkm::filter::FilterField. * Adding SliceMultiple filter. * Constructors for mesh info classes updated to other filters. * Allow floating-point isovalues for contours of integer fields. * AtomicArrayExecutionObject: Allow order of atomic operations. * Disable Thrust patch that is no longer needed in modern Thrust. * Add hints to device adapter scheduler. * Support backward compatibility in CMake package. * Fix issue with union placeholder on Intel compiler. * Fix old cuda atomics. * Avoid floating point exceptions in rendering code. * Added VTK-m's user guide into the source code. * Fix crash when CUDA device is disabled.
- Updated spec to vtk-m 2.1.0. - Find the release notes at <https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.1.0>.
- Drop support for obsolete openmpi3
- Updated spec to vtk-m 2.0.0. - Dropped 0001-fix-soname-lib.patch. - Find the release notes at <https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.0.0>.
- Use format_spec_file service to clean up/correct whitespace - Clean up left over declarations - Correct library package name for MPI flavors - Use same variables for prefix etc. as in other _multibuild MPI flavor subpackages. - Remove check section, no unittest are actually run (but move examples build to regular build). - Replace 0001-fix-soname-lib.patch with upstream version
- Generated initial spec for vtk-m 1.9.0. - Added OpenMP flavor. - Added CUDA optional build (using --with cuda).