aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/clfft/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/clfft/vcpkg.json')
-rw-r--r--vcpkg/ports/clfft/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/clfft/vcpkg.json b/vcpkg/ports/clfft/vcpkg.json
new file mode 100644
index 0000000..dbb4100
--- /dev/null
+++ b/vcpkg/ports/clfft/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "clfft",
+ "version": "2.12.2",
+ "port-version": 7,
+ "description": "clFFT is an OpenCL 1.2 accelerated Fast Fourier Transform library.",
+ "homepage": "https://github.com/clMathLibraries/clFFT",
+ "license": "Apache-2.0",
+ "dependencies": [
+ "opencl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}