-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation without admin rights #22
Comments
The problem is likely this line which always tries to perform a SUDO style install. You can fix that by adding Can you see if that works? |
If that works for you I'll make a more long-term stable solution. |
Great, so changing the file to:
did the trick. I haven't tested the code yet, but I can install it :) |
I am not sure if I had to but I did:
before |
Is this now implemented so that this issue can be closed, @adler-j ? |
I have been trying to install odlcuda without admin rights. I have changed the "CMAKE_INSTALL_PREFIX" folder to a folder where I do have write access. This approach worked well to install other software packages. However, odlcuda seems to ignore this path and tries to install it into the default path
instead.
I tried two options how to change the installation path, all of which should work according to some forums, but none does here.
Any ideas of what is going on here?
The text was updated successfully, but these errors were encountered: