csdms / bmi-fortran

Basic Model Interface for Fortran
https://bmi.readthedocs.io
MIT License
6 stars 10 forks source link

Fix conda build #27

Closed mdpiper closed 5 years ago

mdpiper commented 5 years ago

For reasons I haven't determined, the Fortran .mod files created during the build process were distributed on Linux as gzip compressed files. I manually gunzipped them before packaging.

I also included the conda Fortran compiler as a run requirement. This ensures that a Fortran compiler is present and compatible with the libraries that are built.