| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-adios2-openmpi4 | Distribution: openSUSE Tumbleweed |
| Version: 2.12.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Tue Apr 21 02:00:00 2026 |
| Group: System/Libraries | Build host: reproducible |
| Size: 458197 | Source RPM: adios2-openmpi4-2.12.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://adios2.readthedocs.io/en/ | |
| Summary: The Adaptable IO System (ADIOS2) python libraries | |
ADIOS2: The Adaptable Input Output (I/O) System version 2 is an open-source framework that addresses scientific data management challenges. This package provides the python libraries for ADIOS2.
Apache-2.0
* Tue Apr 21 2026 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.12.0
- Added ADIOS2 v2.12.0:
* C API: new two-call pattern functions for safely retrieving strings of unknown length.
* New Selection class for Get() bundling spatial, block, and step parameters.
* Plugin Interface v2 (breaking): engine/operator plugins no longer inherit from internal core types.
* Minimum C++ standard raised from C++14 to C++17.
* BP5 can now write data files to S3-compatible object storage.
* Python bindings migrated from pybind11 to nanobind for smaller, faster extension modules.
* New Encryption operator using libsodium sealed-box (X25519 + XSalsa20-Poly1305).
* New SZ3 lossy compression operator.
* New RefactorProDM operator integrating ADIOS2 with ProDM decomposition library.
* Python bindings are now compatible with free-threaded Python (PEP 703, python3.13t).
* New HTTPS transport (XrootdHttpsRemote) using libcurl as XRootD alternative.
* XRootD server plugin: idle FD eviction, shared FD across engines, batched variable reads.
* Cross-endian interoperability always enabled; ADIOS2_USE_Endian_Reverse CMake option removed.
* Campaign reader: host aliases, XRootD entries, in-memory metadata caching, faster SQLite query.
* BP5 datasets and files can now be read from TAR archives.
* BP5 engine parameter DataTransport renamed to DataFileTransport (breaking).
* BP5 data reading now uses per-subpool locking for safe concurrent multi-thread reads.
* Python Stream: new minmax() method returns per-step or global min/max for a variable.
* Inline engine now supports basic output buffering.
* CI runs pip wheel integration tests on Windows and macOS.
* ADIOS2 now complies with the REUSE specification for machine-readable SPDX licenses.
* Release notes: https://github.com/ornladios/ADIOS2/releases/tag/v2.12.0
- Added patch needed for aarch64 packages: adios2-pr-5006.patch
* Fri Dec 05 2025 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.11.0
- Added ADIOS2 v2.11.0:
* Support for reader-side computed variables with expression evaluation.
* Remote Data Access Infrastructure using XRootD.
* GPU and Memory Space Improvements.
* Campaign Management System Overhaul.
* Compression and Data Format Advances.
* ADIOS2 now adopts OpenSSF best practices.
* Release notes: https://github.com/ornladios/ADIOS2/releases/tag/v2.11.0
- Dropped patch: missing_includes_for_gcc15.patch
* Tue Jun 24 2025 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com>
- Added conflict between minimal and canonical flavor.
- Added extra description for minimal packages.
- Do not own the corresponding python libdir when not MPI.
- Make blosc2 dependency conditional on Leap 15.6+ only.
- Typo fix for hdf5 dep
* Tue Jun 10 2025 Martin Jambor <mjambor@suse.com>
- Add missing_includes_for_gcc15.patch to allow building with GCC
15. [boo#1244421]
* Thu Jan 09 2025 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com>
- Added Python subpackage.
- Added minimal flavor.
- Added HDF5, ZeroMQ, ZFP, BLOSC2, and LibPNG support in
no-minimal flavors.
* Fri Dec 06 2024 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.10.2
- Added ADIOS2 v2.10.2:
* Support for ROCm 6.X
* Dill update
* Multiple fixes and performance improvements.
* Release notes: https://github.com/ornladios/ADIOS2/releases/tag/v2.10.2
* Wed May 29 2024 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.10.1
- Added ADIOS2 v2.10.1:
* pugixml: correct target name.
* Deactivate campaign recording by default. Use .adios-campaign/ as dir.
* Add API call to reset memory selection.
* Adding hooks to gather performance.
* pugixml,cmake: fix linkage when pugixml.
* Fixes for FreeBSD, including upstream.
* Kill outdated reference to bindings.Mode.ReadFlattenSteps.
* Release notes: https://github.com/ornladios/ADIOS2/releases/tag/v2.10.1
* Fri Apr 05 2024 Atri Bhattacharya <badshah400@gmail.com>
- Use full URL for sources.
* Thu Apr 04 2024 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.10.0
- Added ADIOS2 v2.10.0:
* Release notes: https://github.com/ornladios/ADIOS2/releases/tag/v2.10.0
* New Python High Level API.
* Inclusion of campaign manager feature.
* Many bugfixes are included in this patch release.
- Dropped patch 0001-cmake-set-correct-soname.patch
- Dropped patch 0002-fix-test-post-install.patch
* Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
* Mon Jan 01 2024 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Fix homepage URL.
- Remove "-ffat-lto-objects" option, no static libs are shipped.
- Remove unused/ineffective Requires from src package.
- Add MPI flavor Requires to MPI shared libs package.
- Spec file cleanup
* Thu Nov 02 2023 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.9.2
- Added ADIOS2 v2.9.2:
* Release notes: https://github.com/ornladios/ADIOS2/releases/tag/v2.9.2
* Many bugfixes are included in this patch release.
- Dropped patch 0003-fix-adios2_evpath_modules.patch
* Tue Oct 24 2023 Nicolas Morey <nicolas.morey@suse.com>
- Drop support for obsolete openmpi3
- Prepare support for openmpi5
* Fri Aug 04 2023 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.9.0
- Added ADIOS2 v2.9.1.
* Release notes: https://github.com/ornladios/ADIOS2/releases/tag/v2.9.1
* Many bugfixes are included in this patch release.
* Several Bugfixes for BP5 components.
* Kokkos_CUDA option uses kokkos_wrapper.
* Kokkos_HIP option is working now.
* Added C API for fetching the version and features of the built adios2.
* Removed patch 0003-cmake-evpath-namespace-modules-install-dir.patch.
* Added patch 0003-fix-adios2_evpath_modules.patch
* Mon Jul 31 2023 Sarah Kriesch <sarah.kriesch@opensuse.org>
- Add libffi-devel as BuildRequires for successful s390x builds
* Thu Jul 27 2023 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.9.0
- Fixes mvapich2 build installation prefix.
- In devel package add conflict to old adios pkg.
* Mon Jul 10 2023 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.9.0
- Added "0003-cmake-evpath-namespace-modules-install-dir.patch" which
namespaces the installation directory of the module files.
- Moved .so files to the shlib package.
* Mon Apr 10 2023 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.9.0
- Generated pkg for version 2.9.0
/usr/lib64/mpi/gcc/openmpi4/lib64/python3.13 /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2 /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/__init__.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/adios.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/attribute.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bindings /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bindings/__init__.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bindings/adios2_bindings.cpython-313-riscv64-linux-gnu.so /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp4dbg /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp4dbg/__init__.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp4dbg/data.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp4dbg/idxtable.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp4dbg/metadata.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp4dbg/utils.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp5dbg /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp5dbg/__init__.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp5dbg/ffs.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp5dbg/idxtable.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp5dbg/metadata.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp5dbg/metametadata.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/bp5dbg/utils.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/derived_variable.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/engine.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/file_reader.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/io.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/operator.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/stream.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/test /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/test/__init__.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/test/simple_read_write.py /usr/lib64/mpi/gcc/openmpi4/lib64/python3.13/site-packages/adios2/variable.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 2 03:56:04 2026