conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

fftw #123

Closed Rikorose closed 5 years ago

Rikorose commented 6 years ago

fftw 3 is one of the fastest open source fft libraries.

Unfortunately it does not use cmake, but building is straight forward:

./configure
make
make install

Supporting all possible configurations may become complicated though (unix, non-unix).

Here is an approach using a custom CMakeLists.txt: kbinani/conan-fftw.

solvingj commented 6 years ago

I suggest adding a link directly to the library homepage or repository itself to the original request, just make it easier to ensure people look at the correct fftw library.

Rikorose commented 6 years ago

Yes, I linked the install instructions from the original website though.

SSE4 commented 5 years ago

in conan-center https://bintray.com/bincrafters/public-conan/fftw%3Abincrafters