GEOS-ESM / GMAOpyobs

GMAO pyobs
Apache License 2.0
4 stars 1 forks source link

Add ability to not allow f2py code to build for CI #63

Closed mathomp4 closed 3 weeks ago

mathomp4 commented 4 weeks ago

This is almost antithetical to GMAOpyobs but I'm currently having issues trying to get CI to support f2py. And GMAOpyobs has no way for me to say "for CI purposes, don't do f2py"

What this PR does is allow one to set a flag to turn off f2py. Obviously, this is not the default (default is ON) but for CI, I can avoid f2py for now.

NOTE: I might also need a v1.0.6.1 for GEOSadas CI purposes...