You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds like we are missing a header file for the benchmark program. Funny thing is that I believe this compiles on travis. I assume that this is something that fixed itself on 10.10 or 10.11.
As a fast fix, the benchmark program is not needed; you can configure cmake to not build it.
Does not look like there is yet a way to pass a flag from the superbuild into the clsparse subproject build.
As a test for you, you could try modifying src/clsparseTimer/CMakeLists.txt:59 to
target_link_libraries( clsparseTimer ${OPENCL_LIBRARIES} -lm )
I'm trying to build
clsparse
using the missingcl.hpp
header (as mentioned in #139) on OSX 10.9, and I'm getting an error:Any ideas?
The text was updated successfully, but these errors were encountered: