diff options
| author | myd7349 <myd7349@gmail.com> | 2020-07-10 04:59:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-09 13:59:37 -0700 |
| commit | dbba608d3df3dd6b5258ef46c98f0555b807bd8d (patch) | |
| tree | 57b25fe41e88443871043abfa30f7af59a0a07c9 /ports/kfr/CONTROL | |
| parent | a6ba0da9840ae2e5ba2ec1abfc9c198bb7e72ea8 (diff) | |
| download | vcpkg-dbba608d3df3dd6b5258ef46c98f0555b807bd8d.tar.gz vcpkg-dbba608d3df3dd6b5258ef46c98f0555b807bd8d.zip | |
[kfr] Add new port (#8322)
* [kfr] Add new port
* [kfr] Modernize and update to lastest
* [kfr] Add features
* [kfr] Fail fast on arm-uwp, arm64-windows
* [kfr] Fail fast on linux
Diffstat (limited to 'ports/kfr/CONTROL')
| -rw-r--r-- | ports/kfr/CONTROL | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ports/kfr/CONTROL b/ports/kfr/CONTROL new file mode 100644 index 000000000..985ba86bf --- /dev/null +++ b/ports/kfr/CONTROL @@ -0,0 +1,15 @@ +Source: kfr
+Version: 2020-06-15
+Description: Fast, modern C++ DSP framework
+Homepage: https://www.kfr.dev/
+Supports: !(arm|linux)
+
+Feature: capi
+Description: Enable C API build
+Build-Depends: kfr[dft]
+
+Feature: dft
+Description: Enable DFT and related algorithms
+
+Feature: dft-np
+Description: Enable Non-power of 2 DFT
|
