princemahajan / FLINT

Fortran Library for numerical INTegration of differential equations
https://princemahajan.github.io/FLINT/
Apache License 2.0
43 stars 9 forks source link

Added FPM file for the Fortran Package Manager #2

Closed jacobwilliams closed 3 years ago

jacobwilliams commented 3 years ago

The fpm.toml file allows for compiling with the new Fortran Package Manager. For example:

fpm build --profile release
fpm test
princemahajan commented 3 years ago

merged, thanks!