Package Release Info

boost-base-1.86.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libboost_atomic1_86_0-32bit
libboost_charconv1_86_0-32bit
libboost_container1_86_0-32bit
libboost_context1_86_0-32bit
libboost_coroutine1_86_0-32bit
libboost_date_time1_86_0-32bit
libboost_fiber1_86_0-32bit
libboost_filesystem1_86_0-32bit
libboost_graph1_86_0-32bit
libboost_iostreams1_86_0-32bit
libboost_json1_86_0-32bit
libboost_locale1_86_0-32bit
libboost_math1_86_0-32bit
libboost_nowide1_86_0-32bit
libboost_process1_86_0-32bit
libboost_program_options1_86_0-32bit
libboost_random1_86_0-32bit
libboost_regex1_86_0-32bit
libboost_serialization1_86_0-32bit
libboost_stacktrace1_86_0-32bit
libboost_system1_86_0-32bit
libboost_test1_86_0-32bit
libboost_thread1_86_0-32bit
libboost_type_erasure1_86_0-32bit
libboost_url1_86_0-32bit
libboost_wave1_86_0-32bit

Change Logs

* Mon Sep 02 2024 aschnell@suse.com
- fix compilation of compute module (gh#boostorg/uuid#166)
- boost-compute-uuid.patch: added
* Fri Aug 30 2024 aschnell@suse.com
- update to 1.86.0
  * process turned into compile library
  * for details on all changes see,
    https://www.boost.org/users/history/version_1_86_0.html
- boost-aarch64-flags.patch: updated
- boost-1.57.0-python-abi_letters.patch: updated
- boost-process.patch: removed (included upstream)
- boost-charconv-quadmath.patch: removed (improved upstream)
* Sat Jun 29 2024 hsk17@mail.de
- add patch boost-1.85.0-python-numpy-2.patch from upstream
* Tue Apr 23 2024 aschnell@suse.com
- update to 1.85.0
  * new libraries:
    + charconv (implementation of <charconv>)
    + scope (collection of scope guard utilities)
  * for details on all changes see,
    https://www.boost.org/users/history/version_1_85_0.html
- dynamic_linking.patch: updated
- boost-charconv-quadmath.patch: added
* Wed Mar 20 2024 rguenther@suse.com
- Avoid BuildRequire of 'gcc-c++ > 5' which is only a redundant
  check.  This interferes with Substitute.
* Wed Feb 21 2024 aschnell@suse.com
- avoid obsolete rpm syntax
* Thu Dec 14 2023 aschnell@suse.com
- update to 1.84.0
  * new libraries:
    + Cobalt (single-threaded asynchronicity framework)
    + Redis (implements protocol RESP3)
  * for details on all changes see,
    https://www.boost.org/users/history/version_1_84_0.html
- drop boost-phoenix-revert-std-tuple-support.patch (upstream)
- drop boost-mpi-noreturn.patch (upstream)
* Thu Oct 26 2023 nicolas.morey@suse.com
- Fix build for gnu-mpich-hpc broken by previous update
* Tue Oct 24 2023 nicolas.morey@suse.com
- Drop support for obsolete openmpi[123]
- Prepare support for openmpi5
* Tue Sep 05 2023 aschnell@suse.com
- update to 1.83.0
  * new libraries:
    + Compat - Header-only Library.
  * for details on all changes see,
    https://www.boost.org/users/history/version_1_83_0.html
- dynamic_linking.patch: updated
- boost-mpi-noreturn.patch: added