OCaml interface to FFTW3 -- the Fastest Fourier Transform in the West! (http://www.fftw.org/). The code is developed at https://github.com/Chris00/fftw-ocaml
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow OCaml FFTW
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
hello, I tried to install the ocaml fftw in my ubuntu 12.04 LTS and in Mac IOS 10.6.8. However, in both cases, the installation failed with error message: wang@wang-OptiPlex-780:~/Downloads/fftw3-ocaml-0.6$ CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure configuring fftw3-ocaml 0.6 checking for ocaml... /usr/bin/ocaml checking for ocamlc... /usr/bin/ocamlc ocaml version is 3.12.1 ocaml library path is /usr/lib/ocaml checking for ocamlopt... /usr/bin/ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... no checking for ocamlopt.opt... no checking for ocamldep... /usr/bin/ocamldep checking for ocamldoc... /usr/bin/ocamldoc checking for ocamlfind... /usr/bin/ocamlfind checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for libfftw3 (double precision)... configure: error: Check for fftw3 (double precision) failed. I have installed the fftw-3.3.3. Files: /usr/local/lib/libfftw3.a /usr/local/lib/libfftw3.la /usr/local/include/fftw3.h are available. Why does the error message tell "check for libfftw3 failed"?