Package Release Info

hpx-1.10.0-bp160.1.10

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

hpx
hpx-devel
libhpx1

Change Logs

* Tue Jun 25 2024 Nicolas Morey <nicolas.morey@suse.com>
- Udpate to 1.10.0
  - See https://hpx-docs.stellar-group.org/tags/v1.10.0/html/releases/whats_new_1_10_0.html
  for what's new.
- Drop Add-missing-header-for-std-intmax_t.patch as it was fixed upstream.
- Disable i586 build as asio-devel is not available.
- Disable broken arm 32b build
- Add explicit dependency to boost >= 1.71
- Add patches to fix compilation on Leap 15.5 and 15.6
  - remove-dependency-to-obsolete-boot-filesystem-path-basename.patch
  - scope-fix-issue-with-GCC-9.patch
  - remove-maybe_unused.patch
* Thu Feb 22 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN
* Wed Mar 29 2023 Nicolas Morey <nicolas.morey@suse.com>
- Add Add-missing-header-for-std-intmax_t.patch for GCC13 support
* Thu Sep 15 2022 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.8.1
  - Major overall changes. See https://hpx-docs.stellar-group.org/ for more details
* Wed Apr 28 2021 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.6.0
  - Continued focus on C++20 conformance with multiple
    new algorithms adapted to be C++20 conformant
  - hpxMP support has been completely removed.
  - The ``verbs`` parcelport has been removed.
* Tue Sep 08 2020 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.5.0
  - Continued modularization. Deprecation of several headers moved to a different location
  - Several algorithms adapted to be C++20 conformant and added hpx::stable_sort.
  - Refactored the CMake target, it is now possible to link directly to HPX::hpx
  - Now requires a C++14 compatible compiler and the standard is set by default to C++14.
* Wed Jun 10 2020 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.4.1
  - Fixes compilation issues with GCC10
- Disable parallel build to avoid OoM errors in OBS
* Wed Feb 05 2020 Ismail Dönmez <idonmez@suse.com>
- Cleanup spec file
* Tue Jan 28 2020 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.4.0
- Disable tests build and run as they take huge amount of CPU time
- Drop static libraries
* Tue Jan 28 2020 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Disable LTO as it messes up with some linker flags used by HPX