Commit Graph

4 Commits

Author SHA1 Message Date
Phoebe
7ce15ca82c
[fftw3] Update the hash (#20420) 2021-09-29 08:26:29 -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
Alexander Neumann
6ee391615e [fftw3] fix git patch (#5926)
* Update fftw3_arch_fix.patch

fix fftw3 arch fix

* bump version in fftw3 control
2019-04-04 22:30:20 -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