diff options
| author | Leonid Pospelov <pospelovlm@yandex.ru> | 2020-07-31 07:31:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 22:31:48 -0700 |
| commit | 565df6ec85bbe38c7f70707b91cde9ea36573b37 (patch) | |
| tree | c826b13b2a148e216fe5b2546db32e33a19cc382 /ports/simple-fft/CONTROL | |
| parent | 88343956059c4ec2f65d7a3ac26b5843c3fc984a (diff) | |
| download | vcpkg-565df6ec85bbe38c7f70707b91cde9ea36573b37.tar.gz vcpkg-565df6ec85bbe38c7f70707b91cde9ea36573b37.zip | |
[Simple-FFT] Add new port (#11929)
* [Simple-FFT] Add new port
* Update ports/simple-fft/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Add copyright handling
* Update ports/simple-fft/portfile.cmake
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
* Update portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
Diffstat (limited to 'ports/simple-fft/CONTROL')
| -rw-r--r-- | ports/simple-fft/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/simple-fft/CONTROL b/ports/simple-fft/CONTROL new file mode 100644 index 000000000..6595558bb --- /dev/null +++ b/ports/simple-fft/CONTROL @@ -0,0 +1,4 @@ +Source: simple-fft
+Version: 2020-06-14
+Homepage: https://github.com/d1vanov/Simple-FFT
+Description: Header-only C++ library implementing fast Fourier transform of 1D, 2D and 3D data
|
