Skip to content

This fftpack is a fpm package with a public-domain copyright.

Notifications You must be signed in to change notification settings

fortran-fans/fftpack4.0-public-domain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFTPACK 4.0 PUBLIC DOMAIN COPYRIGHT

FFTPack aims to provide an easily usable package of functions using FFTPack library (Fortran 77).

Getting started

git clone https://github.com/certik/fftpack.git
cd fftpack
git branch fftpack4.0

Dependencies

Git and fortran-lang/fpm

Supported Compilers

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 test

To 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" }

Links

netlib/dfftpack1.0(fftpack4.0)

About

This fftpack is a fpm package with a public-domain copyright.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published