-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example doesn't work in 0.6/OS X #15
Comments
There were build errors for CLART.jl which may be causing this.... |
CLBLAS you mean? CLBLAS on osx doesn't have precompiled binaries, so you need to compile it yourself :( checkout: https://github.com/clMathLibraries/clBLAS |
I think we could use |
Even easier :) |
Hmm, I have julia> Pkg.build("CLBLAS")
INFO: Building CLBLAS
===============================[ ERROR: CLBLAS ]================================
LoadError: OSX not oficially supported.
Find manual build instructions on: https://github.com/clMathLibraries/clBLAS/wiki/Build
while loading /Users/solver/.julia/v0.6/CLBLAS/deps/build.jl, in expression starting on line 38
Also, the website link is not right... |
Can you open an issue with https://github.com/JuliaGPU/CLBLAS.jl? |
I tried running the example but get:
The text was updated successfully, but these errors were encountered: