summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2024-02-05 18:18:25 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2024-02-05 18:18:25 +0100
commitf66d22224283d818e5d818eb5794df3f8cef3500 (patch)
tree3fdbbabb5ddec9102072b49c2a3b6584ff00d599 /debian
parentfa0ef4356934ca5cc3039b7eec7caf5a93998762 (diff)
d/p/0006-Tests-if-opencl-can-be-used.patch Deleted (applyed upstream)
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/0006-Tests-if-openCL-can-be-used.patch21
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/0006-Tests-if-openCL-can-be-used.patch b/debian/patches/0006-Tests-if-openCL-can-be-used.patch
deleted file mode 100644
index 56c311e..0000000
--- a/debian/patches/0006-Tests-if-openCL-can-be-used.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Alexandre Marie <alexandre.marie@synchrotron-soleil.fr>
-Date: Fri, 5 Jul 2019 16:52:20 +0200
-Subject: Tests if openCL can be used
-
----
- src/silx/opencl/common.py | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/silx/opencl/common.py b/src/silx/opencl/common.py
-index 30c9ef7..13b2309 100644
---- a/src/silx/opencl/common.py
-+++ b/src/silx/opencl/common.py
-@@ -87,6 +87,8 @@ else:
- WRITE_ONLY = 1
- READ_ONLY = 1
- READ_WRITE = 1
-+else:
-+ mf = pyopencl.mem_flags
-
-
- FLOP_PER_CORE = {
diff --git a/debian/patches/series b/debian/patches/series
index 456e43f..9454aee 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
0002-use-the-system-mathjax-privacy-breach.patch
-0006-Tests-if-openCL-can-be-used.patch
0007-python3.10-fix.patch
0009-Skip-testing-nanmin-on-float64-arrays-on-mips-el.patch
0008-deal-with-h5py-until-we-solved-1051781.patch