package fftw3

  1. Overview
  2. Docs
Binding to the Fast Fourier Transform library FFTW

Install

Dune Dependency

Authors

Maintainers

Sources

fftw3-0.8.4.tbz
sha256=da86156cec40266f37ca1cc43eb4404e93121353df2458577eef764360f47001
sha512=10f2a09758e104b471dd55490963a9d14cdd99f930ddf74877d1d79cba20c7282d364e2fc790ebca9d0e501be3f904bade3e1e2da7ef71c2ce04ede779ee8277

CHANGES.md.html

0.8.4 2019-12-30

  • Compatibility with OCaml 4.10.

0.8.3 2019-03-19

  • Compatibility with OCaml 4.08 and the newer Bigarray code.

  • Upgrade to OPAM 2.

  • Remove conditionals to support older versions of OCaml.

0.8.2 2018-09-05

  • Fix enabling the single precision module Fftw3.S.

  • Enable robustness tests at compile time (thanks to Dune.configurator).

  • Switch to Dune.

  • Rely on a conf-fftw3 package for the presence of the C FFTW3 library.

0.8.1 2018-05-22

  • Fix documentation (issue #11).

  • Add bigarray dependency.

0.8 2017-11-23

  • Conditionally define functions exported in bigarray.h in OCaml 4.06.0.

  • Port to jbuilder and topkg.

  • Use [@@noalloc] when possible.