We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is hardcoded ICONPATH there in CMakeLists.txt, and some related commands which needs root privs.
CMakeLists.txt
This breaks the install process when installing into PREFIX without root privileges, even when user has rights to write into PREFIX.
As I build cadabra2 using EasyBuild, for now I did workaround patch: https://github.com/jose-d/ceico-easyconfigs/blob/master/cadabra-2.2.4-foss-2018b_move_icondir.patch
But perhaps this deserves some systematical fix.
The text was updated successfully, but these errors were encountered:
Commit b354300 should fix this. You need to run update-cache otherwise icons will not show, so I have not used that part of your patch.
Sorry, something went wrong.
No branches or pull requests
There is hardcoded ICONPATH there in
CMakeLists.txt
, and some related commands which needs root privs.This breaks the install process when installing into PREFIX without root privileges, even when user has rights to write into PREFIX.
As I build cadabra2 using EasyBuild, for now I did workaround patch: https://github.com/jose-d/ceico-easyconfigs/blob/master/cadabra-2.2.4-foss-2018b_move_icondir.patch
But perhaps this deserves some systematical fix.
The text was updated successfully, but these errors were encountered: