FFTPACK 5.1 NCAR Version
git clone https://github.com/fortran-fans/fftpack5.1-NCAR.git
cd fftpack5.1-NCARThe following combinations are tested on the default branch of fftpack:
| Name | Vesrion | Platform | Architecture |
|---|---|---|---|
| GCC Fortran(MSYS2) | 10.3 | Windows 10 | x86_64 |
You can build using provided fpm.toml:
fpm build --flag "-fallow-argument-mismatch -fdefault-real-8"
fpm test --flag "-fallow-argument-mismatch -fdefault-real-8"
You can use this package in your fpm porject, notice it is with a FFTPack Software License.
Add the following to your fpm project fpm.toml.
[dependencies]
fftpack = { git="https://github.com/fortran-fans/fftpack5.1-NCAR.git" }