Skip to content
Open
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
1 change: 1 addition & 0 deletions packages/h/hypre/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package("hypre")

add_urls("https://github.com/hypre-space/hypre/archive/refs/tags/$(version).tar.gz",
"https://github.com/hypre-space/hypre.git")
add_versions("v3.0.0", "d9dbfa34ebd07af1641f04b06338c7808b1f378e2d7d5d547514db9f11dffc26")
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The new version should be added at the top of the add_versions list to prioritize it during package resolution. This ensures that the newest version is used by default when a user requests the package without specifying a version.

Consider adding a comment explaining why the versions are ordered in this way.

    -- New versions should be added at the top to prioritize them during package resolution.
    add_versions("v3.0.0", "d9dbfa34ebd07af1641f04b06338c7808b1f378e2d7d5d547514db9f11dffc26")

add_versions("v2.32.0", "2277b6f01de4a7d0b01cfe12615255d9640eaa02268565a7ce1a769beab25fa1")
add_versions("v2.31.0", "9a7916e2ac6615399de5010eb39c604417bb3ea3109ac90e199c5c63b0cb4334")
add_versions("v2.30.0", "8e2af97d9a25bf44801c6427779f823ebc6f306438066bba7fcbc2a5f9b78421")
Expand Down
Loading