pysat / pysatCDF

Python reader for NASA CDF file format
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Modifications for windows compatibility #4

Closed mddepew closed 6 years ago

mddepew commented 6 years ago

Modified setup.py to handle passing windows paths to os calls during NASA CDF compilation. Removed option for using pre-build NASA binaries (at the moment they are not compatible with the output of gfortran due to underscore issues).

Modified make parameters for windows to use mingw.