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
source issue: intel/compute-runtime#39
I was able to reproduce this using Ubuntu 18.04 (LTS). steps:
apt-get update apt-get -y install cmake gcc g++ clang-4.0 bison flex git patch ocaml-findlib libctypes-ocaml-dev cmake ../common_clang/ -DCMAKE_BUILD_TYPE=Release make -j8 cclang
at the end I get:
CMake Error at docs/cmake_install.cmake:41 (file): file INSTALL cannot find "/workspace/build/src/docs/ocamldoc/html/.". Call Stack (most recent call first): cmake_install.cmake:73 (include)
optionally you can use existing Ubuntu 18.04 and install packages listed above.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
source issue: intel/compute-runtime#39
I was able to reproduce this using Ubuntu 18.04 (LTS). steps:
at the end I get:
optionally you can use existing Ubuntu 18.04 and install packages listed above.
The text was updated successfully, but these errors were encountered: