You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
Compilation to succeed as the default release mode does.
Environment details (please complete the following information):
The text was updated successfully, but these errors were encountered: