JuliaGPU / ArrayFire.jl

Julia wrapper for the ArrayFire library
Other
204 stars 37 forks source link

ArrayFire library not found error #153

Closed BoundaryValueProblems closed 7 years ago

BoundaryValueProblems commented 7 years ago

Hello. I have some other packages that call ArrayFire functions, and when I tried to use ArrayFire package or test it by Pkg.test("ArrayFire"), I got the following error: ERROR: LoadError: LoadError: LoadError: ArrayFire library not found This happens either on official release version 0.0.4 or the current master 0.0.4+; also this happens regardless of the platforms (I tested both on Mac OS X El Capitan and Windows 10 machines). Thanks for your help! BVP

BoundaryValueProblems commented 7 years ago

Sorry, I just resolved this problem. I didn't know that I have to install the external arrayfire library manually. Now, ArrayFire.jl works!