Skip to content

Auto-update fmm3d to v2.1.0#9824

Open
waruqi wants to merge 1 commit intodevfrom
autoupdate-fmm3d-v2.1.0
Open

Auto-update fmm3d to v2.1.0#9824
waruqi wants to merge 1 commit intodevfrom
autoupdate-fmm3d-v2.1.0

Conversation

@waruqi
Copy link
Copy Markdown
Member

@waruqi waruqi commented Apr 24, 2026

New version of fmm3d detected (package version: v1.0.4, last github version: v2.1.0)

@waruqi waruqi added the auto-update Automatic update label Apr 24, 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 version 2.1.0 of the fmm3d package. A critical issue was identified where the new version's structural changes, such as relocated headers and renamed configuration files, will cause the existing installation logic to fail.


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.

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