package fftw3

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

Install

Dune Dependency

Authors

Maintainers

Sources

fftw3-0.8.5.tbz
sha256=6e3e5931eda0f66c2bf9cac2f40bf9d563fbf04adbaccb26278a7bf598537684
sha512=9e8684c9fb2327f7a18e04b7de770ada7cbac18eb03db37b3a974ff5968b6327f7b91aa489db5f70beac6757acea88d3e04c25e35380345ec3d33a0942b27450

CHANGES.md.html

0.8.5

  • Update to dune-configurator.

  • Remove the special OPAM rule for MacOS (@neynt).

  • Fix deprecation warnings.

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.