Package: clblas / 2.12-1

Metadata

Package Version Patches format
clblas 2.12-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable multilib cflags.patch | (download)

src/CMakeLists.txt | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 disable multilib flags
fix pthread linkage.patch | (download)

src/library/CMakeLists.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix missing linkage with pthread
fix doxygen output dir.patch | (download)

doc/clBLAS.doxy | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use system mathjax instead of remote
use system mathjax.patch | (download)

doc/clBLAS.doxy | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix output directory for documentation
 Use default doxygen directory, i.e. under docs/html, rather than the 
 inappropriate path set by upstream.
reproducible build.patch | (download)

doc/clBLAS.doxy | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make package build reproducible
 By disabling the HTML timestamp setting in Doxygen.
use boost dynamic libs.patch | (download)

src/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use boost shared libraries instead of static
Detect CBLAS when building the client.patch | (download)

src/CMakeLists.txt | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 detect cblas when building the client