hiroyuki-sato commented on PR #40939:
URL: https://github.com/apache/arrow/pull/40939#issuecomment-2914863596
Hello, @jmao-denver
I saw this part in my Gmail. but I can't find the comment in this PR.
```
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /usr/include
CMake Error at /usr/share/cmake-3.28/Modules/FindCUDAToolkit.cmake:855
(message):
Could not find nvcc, please set CUDAToolkit_ROOT.
Call Stack (most recent call first):
src/arrow/gpu/CMakeLists.txt:44 (find_package)
```
I'm using the following steps on my macOS.
```
git clone https://github.com/apache/arrow/
cd arrow/cpp
mkdir build
cd build
cmake .. --preset ninja-debug-maximal \
-DCMAKE_INSTALL_PREFIX=/tmp/local \
-DARROW_CUDA=OFF \
-DARROW_SKYHOOK=OFF \
-DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
\
-DARROW_EXTRA_ERROR_CONTEXT=OFF
cmake --build .
```
You need to wait this PR merge. https://github.com/apache/arrow/pull/46622
--
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]