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
Describe the bug [ 47%] Building CXX object CMakeFiles/cudf.dir/src/io/avro/avro.cpp.o /opt/rh/devtoolset-7/root/usr/bin/c++ -DBOOST_NO_CXX14_CONSTEXPR -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DCUDF_VERSION=0.19.0 -DJITIFY_PRINT_LOG=0 -DJITIFY_USE_CACHE -DSPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_OFF -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CUDA -DTHRUST_HOST_SYSTEM=THRUST_HOST_SYSTEM_CPP -Dcudf_EXPORTS -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/jitify-src -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/libcudacxx-src/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/src -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/arrow-src/cpp/src -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/arrow-src/cpp/src/generated -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/arrow-src/cpp/thirdparty/hadoop/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/arrow-src/cpp/thirdparty/flatbuffers/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/thrust-src -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/thrust-src/dependencies/cub -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/rmm-src/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/rmm-build/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/spdlog-src/include -isystem /opt/rh/devtoolset-7/cmake/include -isystem /usr/local/cuda/include -O3 -DNDEBUG -fPIC -Wall -Werror -Wno-unknown-pragmas -Wno-error=deprecated-declarations -pthread -std=gnu++14 -o CMakeFiles/cudf.dir/src/io/avro/avro.cpp.o -c /ssd1/chenrui/cudf-nvtx-on/cpp/src/io/avro/avro.cpp /ssd1/chenrui/cudf-nvtx-on/cpp/src/interop/dlpack.cpp:23:10: fatal error: dlpack/dlpack.h: No such file or directory #include <dlpack/dlpack.h> ^~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cudf.dir/build.make:865: CMakeFiles/cudf.dir/src/interop/dlpack.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs....
Steps/Code to reproduce bug scl enable devtoolset-7 "java/ci/build-in-docker.sh"
Expected behavior build success
The text was updated successfully, but these errors were encountered:
Fix no such file dlpack.h error when build libcudf (#7549)
35f3f70
close #7548 Authors: - @chenrui17 Approvers: - Keith Kraus (@kkraus14) URL: #7549
Fix no such file dlpack.h error when build libcudf (rapidsai#7549)
e10fc49
close rapidsai#7548 Authors: - @chenrui17 Approvers: - Keith Kraus (@kkraus14) URL: rapidsai#7549
Successfully merging a pull request may close this issue.
Describe the bug
[ 47%] Building CXX object CMakeFiles/cudf.dir/src/io/avro/avro.cpp.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -DBOOST_NO_CXX14_CONSTEXPR -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DCUDF_VERSION=0.19.0 -DJITIFY_PRINT_LOG=0 -DJITIFY_USE_CACHE -DSPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_OFF -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CUDA -DTHRUST_HOST_SYSTEM=THRUST_HOST_SYSTEM_CPP -Dcudf_EXPORTS -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/jitify-src -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/libcudacxx-src/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/src -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/arrow-src/cpp/src -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/arrow-src/cpp/src/generated -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/arrow-src/cpp/thirdparty/hadoop/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/arrow-src/cpp/thirdparty/flatbuffers/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/thrust-src -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/thrust-src/dependencies/cub -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/rmm-src/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/rmm-build/include -I/ssd1/chenrui/cudf-nvtx-on/cpp/build/_deps/spdlog-src/include -isystem /opt/rh/devtoolset-7/cmake/include -isystem /usr/local/cuda/include -O3 -DNDEBUG -fPIC -Wall -Werror -Wno-unknown-pragmas -Wno-error=deprecated-declarations -pthread -std=gnu++14 -o CMakeFiles/cudf.dir/src/io/avro/avro.cpp.o -c /ssd1/chenrui/cudf-nvtx-on/cpp/src/io/avro/avro.cpp
/ssd1/chenrui/cudf-nvtx-on/cpp/src/interop/dlpack.cpp:23:10: fatal error: dlpack/dlpack.h: No such file or directory
#include <dlpack/dlpack.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/cudf.dir/build.make:865: CMakeFiles/cudf.dir/src/interop/dlpack.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Steps/Code to reproduce bug
scl enable devtoolset-7 "java/ci/build-in-docker.sh"
Expected behavior
build success
The text was updated successfully, but these errors were encountered: