aboutsummaryrefslogtreecommitdiff
path: root/ports/clfft/CONTROL
diff options
context:
space:
mode:
authorNagy-Egri Máté Ferenc <csiga.biga@aol.com>2018-03-01 17:08:53 +0100
committerRobert Schumacher <roschuma@microsoft.com>2018-03-01 08:08:53 -0800
commitb21c895ca59f3e7260c3a2a81ad88820fe9c1b68 (patch)
tree4cb31ae05f6d5be46418d820298512676bb4ddde /ports/clfft/CONTROL
parent1fb3785beed7dfb24c796619d3c596f34758298e (diff)
downloadvcpkg-b21c895ca59f3e7260c3a2a81ad88820fe9c1b68.tar.gz
vcpkg-b21c895ca59f3e7260c3a2a81ad88820fe9c1b68.zip
Add OpenCL SDK and clMath ports (#2837)
* initial clFFT porting * OpenCL SDK half baked * Tried fixing Debug/Release * Remove DLL deployment * OpenCL SDK installs * clFFT installs * clFFT properly depends on OpenCL * OpenCL SDK fixes and clFFT patches * [clfft][opencl] Simplification, use patches instead of full files.
Diffstat (limited to 'ports/clfft/CONTROL')
-rw-r--r--ports/clfft/CONTROL4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/clfft/CONTROL b/ports/clfft/CONTROL
new file mode 100644
index 000000000..0a109ac14
--- /dev/null
+++ b/ports/clfft/CONTROL
@@ -0,0 +1,4 @@
+Source: clfft
+Version: 2.12.2
+Build-Depends: opencl
+Description: clFFT is an OpenCL 1.2 accelerated Fast Fourier Transform library.