FFTPack aims to provide an easily usable package of functions using FFTPack library (Fortran 77).
git clone https://github.com/certik/fftpack.git
cd fftpack
git branch fftpack4.0Git and fortran-lang/fpm
The following combinations are tested on the default branch of fftpack:
| Name | Vesrion | Platform | Architecture |
|---|---|---|---|
| GCC Fortran(MSYS2) | 10 | Windows 10 | x86_64 |
Build with fortran-lang/fpm
Fortran Package Manager (fpm) is a great package manager and build system for Fortran.
You can build using provided fpm.toml:
fpm build
fpm testTo use fftpack within your fpm project, add the following to fpm.toml file:
[dependencies]
fftpack = { git="https://github.com/certik/fftpack.git", branch="fftpack4.0" }