aboutsummaryrefslogtreecommitdiff
path: root/ports/opencl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/opencl')
-rw-r--r--ports/opencl/CONTROL6
-rw-r--r--ports/opencl/vcpkg.json8
2 files changed, 8 insertions, 6 deletions
diff --git a/ports/opencl/CONTROL b/ports/opencl/CONTROL
deleted file mode 100644
index d9e08847c..000000000
--- a/ports/opencl/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: opencl
-Version: 2.2
-Port-Version: 7
-Homepage: https://github.com/KhronosGroup/OpenCL-Headers
-Description: C/C++ headers and ICD loader (Installable Client Driver) for OpenCL
-Supports: !uwp
diff --git a/ports/opencl/vcpkg.json b/ports/opencl/vcpkg.json
new file mode 100644
index 000000000..633a0ab8c
--- /dev/null
+++ b/ports/opencl/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "opencl",
+ "version-string": "2.2",
+ "port-version": 8,
+ "description": "C/C++ headers and ICD loader (Installable Client Driver) for OpenCL",
+ "homepage": "https://github.com/KhronosGroup/OpenCL-Headers",
+ "supports": "!uwp"
+}