pymake
pymake copied to clipboard
Python package for compiling MODFLOW-based applications
The new MacOS Monterey broke well running old USGS programs now leaving incomplete output files upon normal termination. This proved to be due to not flushing the file buffers upon...
The following code in pymake.py (starting at line 373): ``` # syslibs syslibs = [] if sys.platform != 'win32': syslibs.append('-lc') ``` Should probably default to: ``` # syslibs syslibs =...
* remove SUTRA from list of usgsprograms because of issues with meson build