JuliaLinearAlgebra / AppleAccelerate.jl

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

Failed to precompile AppleAccelerate #29

Closed davidbp closed 5 years ago

davidbp commented 6 years ago

Hello

I did a Pkg.add of the pacakge in julia 0.6. It gives me the following errors:

julia> using AppleAccelerate
INFO: Precompiling module AppleAccelerate.

ERROR: LoadError: LoadError: UndefVarError: symbol not defined
Stacktrace:
 [1] macro expansion at /Users/david/.julia/v0.6/AppleAccelerate/src/Array.jl:10 [inlined]
 [2] anonymous at ./<missing>:?
 [3] include_from_node1(::String) at ./loading.jl:569
 [4] include(::String) at ./sysimg.jl:14
 [5] include_from_node1(::String) at ./loading.jl:569
 [6] include(::String) at ./sysimg.jl:14
 [7] anonymous at ./<missing>:2
while loading /Users/david/.julia/v0.6/AppleAccelerate/src/Array.jl, in expression starting on line 3
while loading /Users/david/.julia/v0.6/AppleAccelerate/src/AppleAccelerate.jl, in expression starting on line 10
ERROR: Failed to precompile AppleAccelerate to /Users/david/.julia/lib/v0.6/AppleAccelerate.ji.
Stacktrace:
 [1] compilecache(::String) at ./loading.jl:703
 [2] _require(::Symbol) at ./loading.jl:4
simonbyrne commented 5 years ago

Should be fixed on master