Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hypre] update to 2.32.0 #43381

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/hypre/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hypre-space/hypre
REF "v${VERSION}"
SHA512 fe92d09b56107845e3a4b7f0e7bbba5f319a7ebdaaecab3e6b89fae1fe2a79a9dd712806823ea518f5960f0eaa1088f6b82ebac63d3940478d36690f3adec4f2
SHA512 c1b09a31781ce4e1a411c486424cf7a4df1275d53445ed83d0e4e210dcc87e9c09e17e26cc5ee736aebbd70618674cd3b7dba6736f8e725ba1c3d981869ada24
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/hypre/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "hypre",
"version": "2.29.0",
"port-version": 1,
"version": "2.32.0",
"description": "Parallel solvers for sparse linear systems featuring multigrid methods",
"homepage": "https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3549,8 +3549,8 @@
"port-version": 0
},
"hypre": {
"baseline": "2.29.0",
"port-version": 1
"baseline": "2.32.0",
"port-version": 0
},
"iceoryx": {
"baseline": "2.0.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hypre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d48c19d16455ad475af00e34d0741eadc8aad20d",
"version": "2.32.0",
"port-version": 0
},
{
"git-tree": "c86dd4b42c27ebdfbfa8c276e3e1b1d8f9ca7333",
"version": "2.29.0",
Expand Down
Loading