prdm0 / ropenblas

Package to link R language to OpenBLAS library
https://prdm0.github.io/ropenblas/.
GNU General Public License v3.0
50 stars 5 forks source link

compilation in the userspace #29

Closed lolow closed 1 year ago

lolow commented 3 years ago

I have a specific version of R that I use from the userspace, could ropenblas be installed and linked to the R installation in my userspace. I see that you install openblas in /opt, could it be possible to enter another folder located in my HOME? thanks!

prdm0 commented 3 years ago

Hello @lolow, I will include this in future versions of ropenblas. It is necessary for the package to automatically understand the permission of the directory and if it does not need the ROOT password, it will be installed without a password request in the $HOME directory or any other that is specified.

prdm0 commented 2 years ago

Dear @lolow,

If possible, I implemented your request. It is being tested on the branch named "local". To test, run:

remotes::install_github(repo = "prdm0/ropenblas", ref = "local", force = TRUE)