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/f/fmm3d/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package("fmm3d")

set_urls("https://github.com/flatironinstitute/FMM3D/archive/refs/tags/$(version).zip",
"https://github.com/flatironinstitute/FMM3D.git")
add_versions("v2.1.0", "45974f21df0c9b2f9054bf729d7425715bb2a1ee2309d90852678fd50a69e80d")
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

The update to v2.1.0 is a major version jump that breaks the existing on_install logic. In v2.1.0, the project structure has changed significantly: C headers have moved from c/ to include/, and the make.inc configuration files have been renamed (e.g., make.inc.windows.mingw is now make.inc.mingw64). The current installation script will fail to find these files. You should update the on_install block to handle these changes, possibly by using version-specific logic.

add_versions("v1.0.4", "59fa04965cd46cd564ba4784d91f00f8b0d24e0a08967a7b90f076dd5eb30faf")

if is_plat("windows") then
Expand Down
Loading