3 Commits

Author SHA256 Message Date
f6bd583945 Accepting request 1183456 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1183456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hpx?expand=0&rev=9
2024-06-27 14:02:39 +00:00
e93473deb8 - 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

OBS-URL: https://build.opensuse.org/package/show/science:HPC/hpx?expand=0&rev=26
2024-06-26 14:32:40 +00:00
2609c203e5 - 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

OBS-URL: https://build.opensuse.org/package/show/science:HPC/hpx?expand=0&rev=25
2024-06-26 08:22:35 +00:00
5 changed files with 7 additions and 35 deletions

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of hpx in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/hpx/standard)
The current state of hpx in the devel project build (science:HPC)
![Devel project build results](https://br.opensuse.org/status/science:HPC/hpx)

View File

@@ -1,15 +1,3 @@
-------------------------------------------------------------------
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 < 16.0 as it does not fully support C++17
-------------------------------------------------------------------
Wed Sep 24 09:29:37 CEST 2025 - aschnell@suse.com
- libboost_system was removed upstream (bsc#1249900)
-------------------------------------------------------------------
Tue Jun 25 14:29:37 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package hpx
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2019 Christoph Junghans
#
# All modifications and additions to the file contributed by third parties
@@ -18,21 +18,20 @@
Name: hpx
Version: 1.11.0
Version: 1.10.0
Release: 0
Summary: General Purpose C++ Runtime System
License: BSL-1.0
Group: Productivity/Networking/Other
URL: https://stellar.cct.lsu.edu/tag/hpx/
Source0: https://github.com/STEllAR-GROUP/hpx/archive/refs/tags/v%{version}.tar.gz#/%{name}_%{version}.tar.gz
Source100: README.md
Patch1: remove-dependency-to-obsolete-boot-filesystem-path-basename.patch
Patch2: scope-fix-issue-with-GCC-9.patch
Patch3: remove-maybe_unused.patch
BuildRequires: asio-devel
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++ >= 8
BuildRequires: gcc-c++
BuildRequires: gperftools-devel
BuildRequires: hwloc-devel
BuildRequires: libboost_atomic-devel >= 1.71
@@ -40,6 +39,7 @@ BuildRequires: libboost_filesystem-devel >= 1.71
BuildRequires: libboost_iostreams-devel >= 1.71
BuildRequires: libboost_program_options-devel >= 1.71
BuildRequires: libboost_regex-devel >= 1.71
BuildRequires: libboost_system-devel >= 1.71
%ifarch aarch64 %{arm}
BuildRequires: libboost_chrono-devel >= 1.71
BuildRequires: libboost_context-devel >= 1.71
@@ -48,10 +48,6 @@ BuildRequires: libboost_thread-devel >= 1.71
BuildRequires: openmpi-macros-devel
Requires: libhpx1 = %{version}-%{release}
ExcludeArch: i586 %arm
%if 0%{?suse_version} < 1600
# SLE < 16.0 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.

3
hpx_1.10.0.tar.gz Normal file
View File

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

Binary file not shown.