pysat / pysatCDF

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

Enable building extension on gfortran>=8 #31

Closed asreimer closed 3 years ago

asreimer commented 3 years ago

Implements solution 2 on #30.

Testing

  1. Install gfortran >=8
  2. pip install git+https://github.com/pysat/pysatCDF.git@develop

This fails as expected. Then try:

pip install git+https://github.com/asreimer/pysatCDF.git@develop

which will succeed.