pitrou commented on PR #14497:
URL: https://github.com/apache/arrow/pull/14497#issuecomment-1290589848

   And here is the expanded diff between both command lines:
   ```diff
   --- good-cuda-cpp.txt        2022-10-25 15:45:21.569667959 +0200
   +++ bad-cuda-cpp.txt 2022-10-25 15:45:34.889517034 +0200
   @@ -13,19 +13,12 @@
    -DARROW_WITH_SNAPPY
    -DARROW_WITH_ZLIB
    -DARROW_WITH_ZSTD
   --DBOOST_ALL_NO_LIB
    -DURI_STATIC_BUILD
    -Isrc
    -I/arrow/cpp/src
    -I/arrow/cpp/src/generated
    -isystem
    /usr/local/cuda/include
   --isystem
   -/arrow/cpp/thirdparty/flatbuffers/include
   --isystem
   -/arrow/cpp/thirdparty/hadoop/include
   --isystem
   -xsimd_ep/src/xsimd_ep-install/include
    -Wno-noexcept-type
    -fdiagnostics-color=always
    -ggdb
   @@ -39,7 +32,6 @@
    -msse4.2
    -g
    -fPIC
   --pthread
    -std=c++17
    -MD
    -MT
   ```
   
   Besides the missing includes, we also see that `-pthread` and 
`-DBOOST_ALL_NO_LIB` have disappeared, which is weird.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to