Package Release Info

vtk-m-mpich-2.2.0-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libvtk-m-mpich-2_2
vtk-m-mpich-devel

Change Logs

* Thu Aug 01 2024 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.2.0-0
- 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.
* Wed Nov 29 2023 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.1.0-0
- Updated spec to vtk-m 2.1.0.
- Find the release notes at <https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.1.0>.
* Thu Nov 02 2023 Ana Guerrero <ana.guerrero@suse.com>
- Drop support for obsolete openmpi3
Version: 2.0.0-bp156.1.5
* Mon Apr 10 2023 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.0.0-0
- 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>.
Version: 1.9.0-bp155.1.5
* Tue Oct 18 2022 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- 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
* Wed Oct 12 2022 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 1.9.0-0
- Generated initial spec for vtk-m 1.9.0.
- Added OpenMP flavor.
- Added CUDA optional build (using --with cuda).