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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: