cuda-convnet2 icon indicating copy to clipboard operation
cuda-convnet2 copied to clipboard

add openblas support in FindCBLAS.cmake

Open thjashin opened this issue 10 years ago • 0 comments

Add several lines in FindCBLAS.cmake so that openblas can be found. Also fix a bug caused by improper use of find_library() in ctypes. According to

"If wrapping a shared library with ctypes, it may be better to determine the shared library name at development time, and hardcode that into the wrapper module instead of using find_library() to locate the library at runtime."

https://docs.python.org/2/library/ctypes.html

thjashin avatar May 09 '15 07:05 thjashin