Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
disable-multilib-cflags.patch | disable multilib flags | Ghislain Antony Vaillant <ghisvail@gmail.com> | not-needed | |||
fix-pthread-linkage.patch | fix missing linkage with pthread | Ghislain Antony Vaillant <ghisvail@gmail.com> | no | |||
fix-doxygen-output-dir.patch | use system mathjax instead of remote | Ghislain Antony Vaillant <ghisvail@gmail.com> | not-needed | |||
use-system-mathjax.patch | fix output directory for documentation Use default doxygen directory, i.e. under docs/html, rather than the inappropriate path set by upstream. |
Ghislain Antony Vaillant <ghisvail@gmail.com> | no | |||
reproducible-build.patch | make package build reproducible By disabling the HTML timestamp setting in Doxygen. | Ghislain Antony Vaillant <ghisvail@gmail.com> | not-needed | |||
use-boost-dynamic-libs.patch | use Boost shared libraries instead of static | Ghislain Antony Vaillant <ghisvail@gmail.com> | no | |||
Detect-CBLAS-when-building-the-client.patch | Detect CBLAS when building the client | Ghislain Antony Vaillant <ghisvail@gmail.com> | no | 2017-01-21 | ||
reproducible-build-2.patch | Make the build reproducible | Chris Lamb <lamby@debian.org> | no | 2018-02-22 | ||
Fix-double-literals.patch | no | |||||
Fix-null-pointer-crash.patch | diff --git a/src/library/blas/generic/common2.cc b/src/library/blas/generic/common2.cc index 05bbdc6..609e5de 100644 |
no | ||||
Fix-local-variables-not-declared-in-outermost-scope.patch | Move __local declarations to kernel function scope The OpenCL spec does not allow declaring local variables in scopes below kernel function scope, and such declarations fail to build on at least beignet-opencl-icd. https://www.khronos.org/registry/OpenCL/sdk/2.1/docs/man/xhtml/local.html |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | debian | ||
no-implicit-declarations.patch | Add missing stdlib.h includes =================================================================== |
Steve Langasek <steve.langasek@canonical.com> | no | debian | 2024-04-09 | |
missing-flags.patch | somewhere CPPFLAGS got lost | Andreas Beckmann <anbe@debian.org> | no | |||
342.patch | [PATCH] Do not pass the -cl-std option to kernel builds - Resolves the abort in xgemm.cc:244 for OpenCL 1.1 devices |
Marco van Zwetselaar <io@zwets.it> | no | 2019-02-20 | ||
do-not-rely-on-anon-struct.patch | fix building examples during package build | Andreas Beckmann <anbe@debian.org> | no | |||
fix-cl_platform_id-usage.patch | fix cl_platform_id usage in examples | Andreas Beckmann <anbe@debian.org> | no | |||
362.patch | [PATCH] Update examples to fix build failures with gcc-14 related to implicit declaration of abs function with gcc-14 this warning becomes a failure 90s /tmp/autopkgtest.g0L4Ek/autopkgtest_tmp/example_csscal.c: In function ‘main’: 90s /tmp/autopkgtest.g0L4Ek/autopkgtest_tmp/example_csscal.c:67:26: error: implicit declaration of function ‘abs’ [-Wimplicit-function-declaration] 90s 67 | int lenX = 1 + (N-1)*abs(incx); 90s | ^~~ 90s /tmp/autopkgtest.g0L4Ek/autopkgtest_tmp/example_csscal.c:26:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘abs’ 90s 25 | #include <clBLAS.h> 90s +++ |+#include <stdlib.h> 90s 26 | 90s /tmp/autopkgtest.g0L4Ek/autopkgtest_tmp/example_csscal.c:89:5: warning: ‘clCreateCommandQueue’ is deprecated [-Wdeprecated-declarations] 90s 89 | queue = clCreateCommandQueue(ctx, device, 0, &err); 90s | ^~~~~ |
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | no | 2024-08-02 |