E_1996
E_1996

Reputation: 89

Issues installing RcppArrayFire on Linux

I am trying to install the C++ library ArrayFire: https://arrayfire.com/

There is an R package for doing this: https://github.com/daqana/rcpparrayfire

However, I follow the instructions and install ArrayFire in my Downloads folder, then attempt installation as per the guide using:

install.packages("RcppArrayFire", configure.args = "/home/enzo/Downloads/ArrayFire-3.9.0-Linux")

However I get the following error:

configure: error: Cannot find ArrayFire installation.

However I can see the installation of ArrayFire in my Files in Downloads folder, and in the terminal it said the installation was successful, so i'm confused

Is there another way to install ArrayFire for use with R? I have installed header-only libraries before however this is not a header-only library so I don't think the process is the same?

Thanks!

Upvotes: 0

Views: 43

Answers (0)

Related Questions