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

Library build fails from reference to removed med_time_mod #292

Closed
blimlim opened this issue Mar 5, 2025 · 2 comments · Fixed by #293
Closed

Library build fails from reference to removed med_time_mod #292

blimlim opened this issue Mar 5, 2025 · 2 comments · Fixed by #293
Assignees

Comments

@blimlim
Copy link
Contributor

blimlim commented Mar 5, 2025

Building version 0.4.0 with the install libraries" option fails as CMake can't find CMEPS/med_time_mod.mod`. See these build logs for an example.

I think this comes from

install(FILES ${cmeps_moddir}/med.mod ${cmeps_moddir}/med_time_mod.mod ${cmeps_moddir}/med_internalstate_mod.mod

which refers to med_time_mod.mod. The source for this module was removed when updating to CMEPs 1.0.25, as it was moved from CMEPS to the share code.

Removing the reference to med_time_mod.mod allows the build to complete.

@anton-seaice
Copy link
Contributor

Please make a PR :-)

@blimlim
Copy link
Contributor Author

blimlim commented Mar 5, 2025

Can do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants