viiccwen opened a new pull request, #1031:
URL: https://github.com/apache/mahout/pull/1031

   ### Purpose of PR
   `make test_rust` was failing with linker error `unable to find library 
-lpython3.10` because it runs `cargo test` for the entire `qdp` workspace, 
which includes the PyO3-based `qdp-python` crate. Building that crate requires 
linking against the Python shared library, which is often not on the default 
linker path or matches a different Python version. This PR scopes `test_rust` 
to the Rust-only crates so that Rust tests can run without a system libpython, 
while Python extension tests remain covered by `make test_python`.
   
   ### Related Issues or PRs
   closes #1027 
   
   ### Changes Made
   <!-- Please mark one with an "x"   -->
   - [x] Bug fix
   - [ ] New feature
   - [ ] Refactoring
   - [ ] Documentation
   - [ ] Test
   - [ ] CI/CD pipeline
   - [ ] Other
   
   ### Breaking Changes
   <!-- Does this PR introduce a breaking change? -->
   - [ ] Yes
   - [x] No
   
   ### Checklist
   <!-- Please mark each item with an "x" when complete -->
   <!-- If not all items are complete, please open this as a **Draft PR**.
   Once all requirements are met, mark as ready for review. -->
   
   - [ ] Added or updated unit tests for all changes
   - [ ] Added or updated documentation for all changes
   - [x] Successfully built and ran all unit tests or manual tests locally
   - [x] PR title follows "MAHOUT-XXX: Brief Description" format (if related to 
an issue)
   - [x] Code follows ASF guidelines
   


-- 
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