WAVEPACK
: routines to compute the wavelet transform of a time series, and significance levels.
Note: This stage, only real64
is supported.
- Git
- fortran-lang/fpm
Build with fortran-lang/fpm
Fortran Package Manager (fpm) is a package manager and build system for Fortran.
You can build wavepack
using provided fpm.toml
:
fpm build --profile release
To use wavepack
within your fpm
project, add the following to your fpm.toml
file:
[dependencies]
wavepack = { git="https://github.com/zoziha/wavepack" }