Commit Graph

15 Commits

Author SHA1 Message Date
Alexander Neumann
14514508d8
[vcpkg] Add vcpkg item to project settings in Visual Studio (#4361)
Co-authored-by: Curtis J Bezault <curtbezault@gmail.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-06-15 14:24:14 -07:00
kjpus
bd795cb040 [fftw3] Fix SIMD compiler flag and mingw build failure (#9794)
* [fftw3] Fix SIMD compiler flag and mingw build failure

* Use vcpkg_check_features and single ENABLE_[SIMD]
2020-01-27 11:53:59 -08:00
Robert Schumacher
ef2d3ff6d0
[fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking. (#6540)
* [fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking.

* [fftw3] Use combined threads to enable DLLs on Windows.
2019-05-21 21:04:01 -07:00
JackBoosY
6cd058d3ae [fftw3]Changed library linkage to static. (#6434) 2019-05-15 16:23:22 -07:00
Alexander Neumann
68a540d84c fix find_package for fftw3 and add arch features (#4783)
* fix find_package for fftw3

* the patch took care of moving the files

* Additional Patch to add Suffix to LibraryDepends

* fixed minsizerel and relwithdebinfo for vs cmake configs

* remove fix for minsizerel and relwithdeb info. Use global cmake mappings of these targets instead!

* added feature packages. unfortunally avx and avx2 create an ICE with Visual Studio 2017 (maybe fixed with 2019?)

* removed sse2 as default (forgot about arm...)
2019-03-14 15:24:31 -07:00
John Travers
1daccb57b7 [fftw3] Add openmp to fftw3 (#4351) 2019-02-14 14:50:08 -08:00
Sergey Sychugin
eaf30a4221 [fftw] Update to 3.3.8 (#4269) 2018-11-06 17:43:59 -08:00
xoviat
6363688b6d [fftw] Build more libs 2017-12-20 13:23:07 -06:00
Robert Schumacher
97101d4bd5 [fftw3] Detect stale sources 2017-11-26 09:01:32 -08:00
xoviat
d476d8fe8d [fftw] Use builtin cmake configuration 2017-11-24 10:42:14 -06:00
jasjuang
65bac6d9fa [fftw] update to 3.3.7 2017-11-04 09:30:24 -07:00
Bagong
48ba7fed91 Add targets for single and double long precision and update source to 3.3.6-pl2 2017-05-21 16:56:01 +02:00
Nicolas Riebesel
cb1cf039d8 Improve the static vs dynamic handling of fftw3 2017-03-06 09:17:07 +01:00
Nicolas Riebesel
e89d6f54a3 Make use of static and dynamic linking 2017-03-06 08:19:08 +01:00
Nicolas Riebesel
329822c210 Add initial fftw3 support 2017-03-06 08:07:14 +01:00