fastscape-lem / fastscapelib-fortran

A Fortran (+ Python bindings) library of efficient algorithms for landscape evolution modeling
https://fastscape-lem.github.io/fastscapelib-fortran/
GNU General Public License v3.0
23 stars 17 forks source link

Update to scikit-build 0.11 #37

Closed benbovy closed 4 years ago

benbovy commented 4 years ago

Simplify python module build using scikit-build's latest features (add_python_library and add_python_extension).

TODO: remove cmake modules copied from scikit-build once those are fixed upstream (see https://github.com/scikit-build/scikit-build/pull/495).