We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
med_time_mod
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.
0.4.0
install libraries" option fails as CMake can't find
I think this comes from
access-om3/CMEPS/CMakeLists.txt
Line 82 in a5ecf6b
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.
med_time_mod.mod
Removing the reference to med_time_mod.mod allows the build to complete.
The text was updated successfully, but these errors were encountered:
Please make a PR :-)
Sorry, something went wrong.
Can do!
blimlim
Successfully merging a pull request may close this issue.
Building version
0.4.0
with theinstall 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
access-om3/CMEPS/CMakeLists.txt
Line 82 in a5ecf6b
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.The text was updated successfully, but these errors were encountered: