We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad02250 commit 497d4e8Copy full SHA for 497d4e8
CMakeLists.txt
@@ -53,7 +53,7 @@ option(FINUFFT_USE_CUDA "Whether to build CUDA accelerated FINUFFT library (libc
53
option(FINUFFT_USE_CPU "Whether to build the ordinary FINUFFT library (libfinufft)." ON)
54
option(FINUFFT_STATIC_LINKING "Whether to link the static FINUFFT library (libfinufft_static)." ON)
55
option(FINUFFT_BUILD_DEVEL "Whether to build development executables" OFF)
56
-option(FINUFFT_USE_DUCC0 "Whether to use DUCC0 for CPU fft library" ON)
+option(FINUFFT_USE_DUCC0 "Whether to use DUCC0 (instead of FFTW) for CPU FFTs" OFF)
57
# sphinx tag (don't remove): @cmake_opts_end
58
59
if (FINUFFT_USE_CPU)
0 commit comments