fortran-lang / fftpack

Double precision version of fftpack
https://fortran-lang.github.io/fftpack/
Other
68 stars 19 forks source link

Add CI: fpm.yml #3

Closed zoziha closed 3 years ago

zoziha commented 3 years ago

I borrowed the results of certik/minpack's fpm.yml, and added GitHub-CI support for gfortran of windows/macos/linux.

Linux/MacOS: GFortran version 10; Windows: MingW GFortran 8.1.

Notes

Unexpected GFortran version in Windows CI. (see my issue: https://github.com/fortran-lang/fpm/issues/537)

We'd better wait for the improvement of the fpm solution in fpm repo, and then decide to improve the content of fftpack's GitHub-CI, currently we can keep the use of mingw-gfortran8.1.

certik commented 3 years ago

Go ahead and merge it. If there are some problems, you can send another PR.

zoziha commented 3 years ago

Okay, I will continue to try to improve the experience of using fftpack from now on. 🥳

certik commented 3 years ago

Thank you @zoziha, I really appreciate your work.