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

Let user install on prefix on out of tree build #39

Open
chivakker opened this issue Mar 4, 2019 · 1 comment
Open

Let user install on prefix on out of tree build #39

chivakker opened this issue Mar 4, 2019 · 1 comment

Comments

@chivakker
Copy link

With this cmake

cmake -DCMAKE_INSTALL_PREFIX=<user_location> -DCMAKE_BUILD_TYPE=Release -DPREFERRED_LLVM_VERSION=7.0.1 ../opencl-clang/

make install won't install libcommon_clang.so in install prefix.

Also install all needed files for dependencies to find its location, or how is that done with opencl-clang?

@dvrogozh
Copy link
Contributor

I am always build and install on prefix for https://github.com/intel/opencl-clang/tree/ocl-open-80 and https://github.com/intel/opencl-clang/tree/master master branches, no issues. Did not try https://github.com/intel/opencl-clang/tree/ocl-open-70.

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

No branches or pull requests

2 participants