Closed
Description
openedon Aug 24, 2023
Describe the bug
I am hitting issues with "src/cudf/cpp/build/_deps/fmt-src/include/fmt/core.h(290): error #1675-D: unrecognized GCC pragma" when attempting to build libcudf in debug mode using the FMT provided by rapids-cmake/CPM. This is using the system compiler (GCC 11.4.0) with CUDA 11.8.
Steps/Code to reproduce bug
git clone https://github.com/rapidsai/cudf.git
cd cudf
./build.sh -n -g libcudf
This results in compiler errors such as:
1 error detected in the compilation of "/src/cudf/cpp/src/binaryop/compiled/Add.cu".
/src/cudf/cpp/build/_deps/fmt-src/include/fmt/core.h(290): error #1675-D: unrecognized GCC pragma
Expected behavior
Compilation to succeed as the default release mode does.
Environment details (please complete the following information):
- Environment location: Bare-metal
- CMake version: 3.27.1
- OS: Ubuntu 22.04
Activity