summaryrefslogtreecommitdiff
path: root/community/arrayfire/arrayfire-full-3.6.0-no-cuda-backend-testing.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-06-13 09:12:32 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-06-13 09:12:32 +0200
commit9b77ba821b9814f5930c98926ba96395c238daec (patch)
tree9bbb013f9eeda64e2b800b18aa32a6baca4fe0ee /community/arrayfire/arrayfire-full-3.6.0-no-cuda-backend-testing.patch
parente1e83c909cdafd2c0c33776d24789373abed09b4 (diff)
downloadpackages-9b77ba821b9814f5930c98926ba96395c238daec.tar.xz
community/arrayfire: blacklisted
Diffstat (limited to 'community/arrayfire/arrayfire-full-3.6.0-no-cuda-backend-testing.patch')
-rw-r--r--community/arrayfire/arrayfire-full-3.6.0-no-cuda-backend-testing.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/arrayfire/arrayfire-full-3.6.0-no-cuda-backend-testing.patch b/community/arrayfire/arrayfire-full-3.6.0-no-cuda-backend-testing.patch
deleted file mode 100644
index f6904302..00000000
--- a/community/arrayfire/arrayfire-full-3.6.0-no-cuda-backend-testing.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -rauN arrayfire-full-3.6.0/test/CMakeLists.txt arrayfire-full-3.6.0-no-cuda-backend-testing-patch/test/CMakeLists.txt
---- arrayfire-full-3.6.0/test/CMakeLists.txt 2018-05-02 20:53:08.000000000 +0200
-+++ arrayfire-full-3.6.0-no-cuda-backend-testing-patch/test/CMakeLists.txt 2018-05-26 17:23:02.097495405 +0200
-@@ -49,9 +49,9 @@
- list(APPEND enabled_backends "cuda")
- endif(AF_BUILD_CUDA)
-
--if(AF_BUILD_OPENCL)
-- list(APPEND enabled_backends "opencl")
--endif(AF_BUILD_OPENCL)
-+#if(AF_BUILD_OPENCL)
-+# list(APPEND enabled_backends "opencl")
-+#endif(AF_BUILD_OPENCL)
-
- if(AF_BUILD_UNIFIED)
- list(APPEND enabled_backends "unified")