JuliaLinearAlgebra / AppleAccelerate.jl

Julia interface to the macOS Accelerate framework
Other
96 stars 18 forks source link

no library present #53

Closed rveltz closed 1 year ago

rveltz commented 1 year ago

I am not sure if this is a newbie error but my files are like

shell> ls /System/Library/Frameworks/Accelerate.framework/
Frameworks  Resources   Versions

Hence, this may be the reason why the following occurs. I am not sure why AppleAccelerate does not error upon loading.

julia> @btime AppleAccelerate.exp($X);
ERROR: could not load symbol "vvexp":
mzy2240 commented 1 year ago

Try /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate. Even if it did not show up in ls, it should be still accessible.

rveltz commented 1 year ago

it seems to work with this path

ViralBShah commented 1 year ago

Can you try master and reopen if it doesn't work?