aboutsummaryrefslogtreecommitdiff
path: root/ports/fftw3
AgeCommit message (Collapse)Author
2021-09-29[fftw3] Update the hash (#20420)Phoebe
2021-09-28[fftw3] Update to 3.3.10 (#20353)chausner
* Update fftw3 to 3.3.10 * Update CI baseline * Use version rather than version-string. Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-08[fftw3/libwebsockets/uwebsockets] Update to latest release (#20051)Phoebe
2020-06-15[vcpkg] Add vcpkg item to project settings in Visual Studio (#4361)Alexander Neumann
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-01-27[fftw3] Fix SIMD compiler flag and mingw build failure (#9794)kjpus
* [fftw3] Fix SIMD compiler flag and mingw build failure * Use vcpkg_check_features and single ENABLE_[SIMD]
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-21[fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking. (#6540)Robert Schumacher
* [fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking. * [fftw3] Use combined threads to enable DLLs on Windows.
2019-05-15[fftw3]Changed library linkage to static. (#6434)JackBoosY
2019-04-04[fftw3] fix git patch (#5926)Alexander Neumann
* Update fftw3_arch_fix.patch fix fftw3 arch fix * bump version in fftw3 control
2019-03-14fix find_package for fftw3 and add arch features (#4783)Alexander Neumann
* 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-02-14[fftw3] Add openmp to fftw3 (#4351)John Travers
2018-11-06[fftw] Update to 3.3.8 (#4269)Sergey Sychugin
2017-12-20[fftw] Build more libsxoviat
2017-11-26[fftw3] Detect stale sourcesRobert Schumacher
2017-11-24[fftw] bump versionxoviat
2017-11-24[fftw] Use builtin cmake configurationxoviat
2017-11-04[fftw] update to 3.3.7jasjuang
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-05-21Add targets for single and double long precision and update source to 3.3.6-pl2Bagong
2017-03-06[fftw3] Avoid replacing CMAKE_CXX_FLAGS -- just add the definitions needed.Robert Schumacher
2017-03-06Undef everything unneeded in config.hNicolas Riebesel
2017-03-06Improve the static vs dynamic handling of fftw3Nicolas Riebesel
2017-03-06Make use of static and dynamic linkingNicolas Riebesel
2017-03-06Add initial fftw3 supportNicolas Riebesel