Skip to content

Auto-update hpx to v1.11.0#9738

Open
waruqi wants to merge 1 commit intodevfrom
autoupdate-hpx-v1.11.0
Open

Auto-update hpx to v1.11.0#9738
waruqi wants to merge 1 commit intodevfrom
autoupdate-hpx-v1.11.0

Conversation

@waruqi
Copy link
Copy Markdown
Member

@waruqi waruqi commented Apr 13, 2026

New version of hpx detected (package version: v1.10.0, last github version: v1.11.0)

@waruqi waruqi added the auto-update Automatic update label Apr 13, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds support for HPX version 1.11.0. Feedback indicates that the package configuration needs to be updated to require a C++20 compliant compiler and asio version 1.30.0 or higher to ensure compatibility with this new release.

Comment thread packages/h/hpx/xmake.lua
add_urls("https://github.com/STEllAR-GROUP/hpx/archive/refs/tags/$(version).tar.gz",
"https://github.com/STEllAR-GROUP/hpx.git")

add_versions("v1.11.0", "01ec47228a2253b41e318bb09c83325a75021eb6ef3262400fbda30ac7389279")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

HPX v1.11.0 requires a C++20 compliant compiler and asio >= 1.30.0. The current package configuration uses c++17 in the on_test block (line 61) and specifies asio >= 1.12.0 (line 26). These requirements should be updated to ensure compatibility with the new version, as the current settings will likely lead to compilation failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-update Automatic update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant