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

GH Actions Submod NOM Flag #768

Closed

Conversation

madMatchstick
Copy link
Contributor

@madMatchstick madMatchstick commented Mar 18, 2024

Update submodule actions for NOM to include build flag -NGEN_IS_MAIN_PROJECT

Changes

  • added input is_main_project to submod lib build actions.yml - specific to Noah-OWP-Modular

Formulation Notes

  • There are (3) "formulation" repos (PET, Topmodel & NOM) which currently use/build NOM as apart of testing. Therefore (ngen_integration.yaml) workflows will be defined as follows,
      - name: Build Surfacebmi
        id: submod_build_1
        uses: ./.github/actions/ngen-submod-build
        with:
          mod-dir: " extern/noah-owp-modular/"
          targets: "surfacebmi"
          is_main_project: 'ON'

Notes

Speaks to Issue #761 - but hesitant to close as there maybe more flags that I am missing outside of NOM (e.g extern/cfe/cfe/ -DNGEN=ON)?

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 this pull request may close these issues.

1 participant