FFTW / fftw3

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)
GNU General Public License v2.0
2.74k stars 665 forks source link

CMake build and unit test automation #98

Open MathiasMagnus opened 7 years ago

MathiasMagnus commented 7 years ago

Hi!

Is there a specific reason for not having CMake build support? As far as I saw, the only thing keeping FFTW from having prime time Visual C++ support is a proper cross-platform configuration process, something CMake could do as well as generating platform specific build systems for building and unit testing (not to mention packaging binaries).

Is there any reason for not having such support (like some blocking issue) or simply just nobody stepped up yet to contribute such a feature? There are partial solutions like this repo, but I failed to test it due to the FTP server of FFTW being down and not being able to download a package with already generated codelets.

bagong commented 7 years ago

https://github.com/FFTW/fftw3/pull/80

If you are looking for a msvc build, fftw3 is available through vcpkg, built with a simple cmake script

xantares commented 7 years ago

This is fixed! Close me.