linbox-team / linbox

LinBox - C++ library for exact, high-performance linear algebra

Home Page:https://linbox-team.github.io/linbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Master not compiling with OpenCL installed

rolfvdhulst opened this issue · comments

PR #250 changed most of the template arguments to the BlasMatrixDomain classes, but it seems that a few were missed. I get errors in linbox/matrix/matrixdomain/opencl-domain.inl

In particular, when compiling a non-stable version (using the latest master of givaro and fflas-ffpack), I get errors (see file below:). Most are probably easy to fix , looking at the PR.
linboxerror.txt

Disabling OpenCL compilation by adding --without-opencl --without-ocl was a workaround for me (for now).

Fixed by #287