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

[BUG] dlpack/dlpack.h: No such file or directory when build libcudf #7548

Closed
chenrui17 opened this issue Mar 10, 2021 · 0 comments · Fixed by #7549
Closed

[BUG] dlpack/dlpack.h: No such file or directory when build libcudf #7548

chenrui17 opened this issue Mar 10, 2021 · 0 comments · Fixed by #7549
Labels
bug Something isn't working CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code.

Comments

@chenrui17
Copy link
Contributor

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

@chenrui17 chenrui17 added Needs Triage Need team to review and classify bug Something isn't working labels Mar 10, 2021
@chenrui17 chenrui17 changed the title [BUG] [BUG] dlpack/dlpack.h: No such file or directory when build libcudf Mar 10, 2021
@kkraus14 kkraus14 added CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code. and removed Needs Triage Need team to review and classify labels Mar 10, 2021
rapids-bot bot pushed a commit that referenced this issue Mar 10, 2021
hyperbolic2346 pushed a commit to hyperbolic2346/cudf that referenced this issue Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants