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

Update to CICE-Consortium/main (2024-05-01) #79

Merged
merged 2 commits into from
May 13, 2024

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    13ca2cd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Fix Github Actions for macos system update (CICE-Consortium#948)

    Github Actions broke again after default macos system update.
    
    Clang was not picking up the C system files. Had to change the implementation and add -isysroot to the CFLAGS option. At the same time, removed prior implementation where the system files were linked into /usr/local/include, this was no longer working.
    apcraig authored and NickSzapiro-NOAA committed May 2, 2024
    Configuration menu
    Copy the full SHA
    500073c View commit details
    Browse the repository at this point in the history