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...
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 dof2py
"What this PR does is allow one to set a flag to turn off
f2py
. Obviously, this is not the default (default isON
) but for CI, I can avoid f2py for now.NOTE: I might also need a v1.0.6.1 for GEOSadas CI purposes...