diff options
Diffstat (limited to 'math/clblas/Makefile')
-rw-r--r-- | math/clblas/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/clblas/Makefile b/math/clblas/Makefile index 0024cf54b8e2..5d8ab222be2b 100644 --- a/math/clblas/Makefile +++ b/math/clblas/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ libboost_program_options.so:devel/boost-libs RUN_DEPENDS= opencl>=0:devel/opencl +BROKEN_powerpc64= fails to compile: xgemm.cc: error: extra ';' + USE_GITHUB= yes GH_ACCOUNT= clMathLibraries GH_PROJECT= clBLAS |