clMathLibraries / clBLAS

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

undefined reference to symbol 'pthread_key_delete@@GLIBC_2.2.5' #101

Closed lunochod closed 9 years ago

lunochod commented 9 years ago

clBLAS fails to link in master and develop branch. I opened a pull request that was closed. The fix can be found here:

https://github.com/lunochod/clBLAS/blob/master/src/tests/CMakeLists.txt

pavanky commented 9 years ago

I don't see a PR from you regarding this ?

lunochod commented 9 years ago

https://github.com/clMathLibraries/clBLAS/pull/102

TimmyLiu commented 9 years ago

I merged the pull request. Can you close the issue?