SHA256
6
0
forked from pool/hpx

Update to hpx 1.11.0 #1

Manually merged
HPC merged 2 commits from :main into main 2025-11-03 13:03:20 +01:00
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 31 16:18:47 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
- Update to 1.11.1
- See https://hpx-docs.stellar-group.org/tags/v1.11.0-rc1/html/releases/whats_new_1_11_0.html
- Disable build for SLE <= 15.6 as it does not fully support C++17
-------------------------------------------------------------------
Wed Sep 24 09:29:37 CEST 2025 - aschnell@suse.com

View File

@@ -18,7 +18,7 @@
Name: hpx
Version: 1.10.0
Version: 1.11.0
Release: 0
Summary: General Purpose C++ Runtime System
License: BSL-1.0
@@ -32,7 +32,7 @@ Patch3: remove-maybe_unused.patch
BuildRequires: asio-devel
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gcc-c++ >= 8
BuildRequires: gperftools-devel
BuildRequires: hwloc-devel
BuildRequires: libboost_atomic-devel >= 1.71
@@ -48,6 +48,10 @@ BuildRequires: libboost_thread-devel >= 1.71
BuildRequires: openmpi-macros-devel
Requires: libhpx1 = %{version}-%{release}
ExcludeArch: i586 %arm
if 0%{?sle_version} > 0 && 0%{?sle_version} <= 150600
# SLE up to 15.6 only has GCC < 8 which does not have full C++17 support and fails to build
ExclusiveArch: do_not_build
%endif
%description
HPX is a general purpose C++ runtime system for parallel and distributed applications of any scale.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5720ed7d2460fa0b57bd8cb74fa4f70593fe8675463897678160340526ec3c19
size 6146815

BIN
hpx_1.11.0.tar.gz LFS Normal file

Binary file not shown.