Skip to content
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

lib64 support missing #245

Open
ggardet opened this issue Jul 19, 2018 · 2 comments · May be fixed by #246
Open

lib64 support missing #245

ggardet opened this issue Jul 19, 2018 · 2 comments · May be fixed by #246

Comments

@ggardet
Copy link

ggardet commented Jul 19, 2018

In cmake files, /lib folder is hardcoded. /lib${LIB_SUFFIX} should probably be used instead.
Otherwise, building and installing on a 64-bit Linux distro, will end-up with all installed in /usr/lib instead of /usr/lib64.

@Ulfgard
Copy link
Member

Ulfgard commented Jul 20, 2018

Have you tried setting the cmake variable

SHARK_INSTALL_LIB_DIR

This should be doing what you want

@ggardet
Copy link
Author

ggardet commented Jul 20, 2018

Setting SHARK_INSTALL_LIB_DIR does not fix it. I will send a PR to fix this problem.

@ggardet ggardet linked a pull request Jul 20, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants