clMathLibraries / clBLAS

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

fix a bug in 32 bit linux build linking to pthread #23

Closed TimmyLiu closed 10 years ago

TimmyLiu commented 10 years ago

In 32 bit build on linux compiler complains not linked to pthread. This pull request should fix this problem and does not affect the 64 bit build or windows build.

kknox commented 10 years ago

Wrong repository