pymake icon indicating copy to clipboard operation
pymake copied to clipboard

Python package for compiling MODFLOW-based applications

Results 4 pymake issues
Sort by recently updated
recently updated
newest added

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