“fatal error: spdlog/fmt/bundled/core.h: No such file or directory” when trying to build executable for libucdf program
I am trying to write a basic program to read a csv into a cudf with libcudf. I have installed libcudf by installing the RAPIDS conda environment. I am trying to use this command to build my executable: nvcc -c csv_read.cu -o csv_read.o -I$CONDA_PREFIX/include -L$CONDA_PREFIX/lib