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
/usr/local/lib/python2.7/dist-packages/
instead.
I tried two options how to change the installation path, all of which should work according to some forums, but none does here.
- cmake -DCMAKE_INSTALL_PREFIX=~/.local/lib/python2.7/site-packages ../
- make DESTDIR=~/.local/lib/python2.7/site-packages pyinstall
Any ideas of what is going on here?
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?