Skip to content

Commit

Permalink
Add ability to not allow f2py code to build for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 30, 2024
1 parent c835392 commit 1d78362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Mainly for newer ESMA_env that allows building on RHEL8 GMAO
machines (e.g., calculon)
- Use postfix-@ for subrepos to match AeroApps
- Allow ability to not build f2py code for CI purposes

### Fixed
- missing conversion from the sulfate ion to ammonium sulfate
Expand Down
2 changes: 2 additions & 0 deletions src/f2py/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ esma_set_this ( OVERRIDE GMAOpyobs )

# cmake requirements
# ------------------
if (USE_F2PY)
find_package(F2PY3 REQUIRED)


Expand Down Expand Up @@ -58,3 +59,4 @@ esma_set_this ( OVERRIDE GMAOpyobs )
)
add_dependencies(sgp4_ ${this})

endif (USE_F2PY)

0 comments on commit 1d78362

Please sign in to comment.