Is it possible to use ArrayFire in Juliabox? If it is possible how can I do it?
-I downloaded the installer and I installed ArrayFire following the installation steps.
-I included the PATH
of the installed folder through push! (LOAD_PATH
, "Path")
-I installed the package via Pkg.add("ArrayFire")
-Finally when I tried to use Pkg.test, I got the following error:
Pkg.test("ArrayFire")
INFO: Testing ArrayFire
ERROR: LoadError: error compiling init: could not load library "libaf"
libaf.so: cannot open shared object file: No such file or directory
....