Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

install_github configuration arguments have changed #15

Open
NathanSkene opened this issue Aug 23, 2019 · 0 comments
Open

install_github configuration arguments have changed #15

NathanSkene opened this issue Aug 23, 2019 · 0 comments

Comments

@NathanSkene
Copy link

The way that compilation arguments should be passed to install_github seems to have changed. It now works as:

devtools::install_github("NathanSkene/Rgtsvm/Rgtsvm", configure.args="--with-cuda-home=/usr/local/cuda-10.1 --with-boost-home=/usr/local/boost_1_71_0" )

As opposed to how it is stated in the guide:

devtools::install_github("NathanSkene/Rgtsvm/Rgtsvm", args="--configure-args='--with-cuda-home=/usr/local/cuda-10.1/bin --with-boost-home=/usr/local/boost_1_71_0'" )

Still getting various issues installing that seem to be related to CUDA 10.1 and boost 1.71. Will raise them in seperate issues.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant