vcpkg/ports/fftw3/CONTROL
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

22 lines
721 B
Plaintext

Source: fftw3
Version: 3.3.8-2
Description: FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).
Feature: openmp
Description: Builds openmp enabled lib
Feature: sse
Description: Builds part of the library with sse
Feature: sse2
Description: Builds part of the library with sse2, sse
Feature: avx
Description: Builds part of the library with avx, sse2, sse
Feature: avx2
Description: Builds part of the library with avx2, fma, avx, sse2, sse
Feature: threads
Description: Enable threads in fftw3