You need to install the arrayfire library by hand:
https://github.com/JuliaComputing/ArrayFire.jl#installation

If done already, check the trouble shooting section.

On Fri, 2016-06-10 at 12:10, Fred <[email protected]> wrote:
> Hi !
>
> Thank you for this great package ! I tried to install it on Julia 0.4.5 but I
> obtained :
>
> julia
>        _
>  _    _ _(_)_   | A fresh approach to technical computing
>  (_)   | (_) (_)  | Documentation: http://docs.julialang.org
>  _ _  _| |_ __ _  | Type "?help" for help.
>  | | | | | | |/ _` | |
>  | | |_| | | | (_| | | Version 0.4.5 (2016-03-18 00:58 UTC)
> _/ |\__'_|_|_|\__'_| | Official http://julialang.org release
> |__/          | x86_64-linux-gnu
>
>
> julia> using ArrayFire
> ERROR: LoadError: LoadError: could not load library "libaf"
> libaf: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de
> ce type
> in dlopen at ./libdl.jl:36
> in dlopen at libdl.jl:36
> in include at ./boot.jl:261
> in include_from_node1 at ./loading.jl:320
> in include at ./boot.jl:261
> in include_from_node1 at ./loading.jl:320
> in require at ./loading.jl:259
> while loading /home/fred/.julia/v0.4/ArrayFire/src/config.jl, in expression
> starting on line 6
> while loading /home/fred/.julia/v0.4/ArrayFire/src/ArrayFire.jl, in expression
> starting on line 5

Reply via email to