Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f6bd583945 | |||
| e93473deb8 | |||
| 2609c203e5 |
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of hpx in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of hpx in the devel project build (science:HPC)
|
||||
|
||||

|
||||
|
||||
|
||||
12
hpx.changes
12
hpx.changes
@@ -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>
|
||||
|
||||
|
||||
12
hpx.spec
12
hpx.spec
@@ -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
3
hpx_1.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5720ed7d2460fa0b57bd8cb74fa4f70593fe8675463897678160340526ec3c19
|
||||
size 6146815
|
||||
BIN
hpx_1.11.0.tar.gz
LFS
BIN
hpx_1.11.0.tar.gz
LFS
Binary file not shown.
Reference in New Issue
Block a user