diff options
Diffstat (limited to 'vcpkg/ports/pocketfft/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pocketfft/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/pocketfft/vcpkg.json b/vcpkg/ports/pocketfft/vcpkg.json new file mode 100644 index 0000000..90c455f --- /dev/null +++ b/vcpkg/ports/pocketfft/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "pocketfft", + "version-date": "2023-09-25", + "description": "This is a heavily modified implementation of FFTPack", + "homepage": "https://github.com/mreineck/pocketfft", + "license": "BSD-3-Clause" +} |