csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Add Fortran example for testing #24

Closed mdpiper closed 3 years ago

mdpiper commented 3 years ago

Add the bmi-example-fortran repository as a submodule and use it to test that the babelizer can wrap a Fortran library.

mdpiper commented 3 years ago

I started on this in #22.

mdpiper commented 3 years ago

Note in #22 that I can build & test everything locally, but Travis CI fails on Linux (though not macOS).

mdpiper commented 3 years ago

Fixed with #25.