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

Several fixes and library dependencies cleanup #87

Merged
merged 5 commits into from
Nov 29, 2023

Commits on Nov 28, 2023

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

Commits on Nov 29, 2023

  1. Bug fix: the CMake variables that control which components are built …

    …were incorrectly set, which resulted in all components being build all the time. Now also print the components to build during configuration.
    micaeljtoliveira committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    786f704 View commit details
    Browse the repository at this point in the history
  2. Split CMEPS library into CMEPS proper and the NUOPC cap share stuff. …

    …Cleanup the target link libraries declarations to only include the ones that are really necessary.
    micaeljtoliveira committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    57304cb View commit details
    Browse the repository at this point in the history
  3. Change directory to store the Fortran modules of the driver libraries…

    … to be consistent with other targets.
    micaeljtoliveira committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c58a92b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ce2fa6 View commit details
    Browse the repository at this point in the history