clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
843 stars 237 forks source link

add missing include on stdlib.h #171

Closed ghisvail closed 9 years ago

ghisvail commented 9 years ago

The stdlib include is required for calloc / free. Fixes an FTBFS error on Debian.

TimmyLiu commented 9 years ago

I don't quite understand why travis-ci shows "build in progress" for so long. Let's merge it and see what happens.