andrewmusselman opened a new pull request, #1322:
URL: https://github.com/apache/mahout/pull/1322
Fixes Issue #1319 .
Adds a `HAS_NVCC` probe alongside the existing `HAS_NVIDIA` and gates
`test_rust` on the new variable. When the driver is present but the
toolkit is not, prints a message explaining the distinction and pointing
at the install path. `test_python` continues to use `HAS_NVIDIA` since
— after PR #1 — `maturin develop` can build the Rust extension against
the stub CUDA Runtime symbols.
Verified on Linux with toolkit absent: `make test_rust` prints the new
skip message instead of attempting the build.
--
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]