diff options
| author | John Travers <jtravs@gmail.com> | 2019-02-14 22:50:08 +0000 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-02-14 14:50:08 -0800 |
| commit | 1daccb57b771d50368568245b95d205d5518b17f (patch) | |
| tree | 27188a4e824b1493084e9dbf88ff83e6ea38042b /ports/fftw3/CONTROL | |
| parent | 26e8a0d3793927307467637d63b105b201ca21d3 (diff) | |
| download | vcpkg-1daccb57b771d50368568245b95d205d5518b17f.tar.gz vcpkg-1daccb57b771d50368568245b95d205d5518b17f.zip | |
[fftw3] Add openmp to fftw3 (#4351)
Diffstat (limited to 'ports/fftw3/CONTROL')
| -rw-r--r-- | ports/fftw3/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/fftw3/CONTROL b/ports/fftw3/CONTROL index a0ed88124..55cd702d2 100644 --- a/ports/fftw3/CONTROL +++ b/ports/fftw3/CONTROL @@ -1,3 +1,6 @@ Source: fftw3
Version: 3.3.8
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
\ No newline at end of file |
