Skip to content

Fix tests for SuiteSparse:GraphBLAS JIT on osx and with linux wheels #555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
eriknw opened this issue Feb 17, 2025 · 0 comments
Open

Fix tests for SuiteSparse:GraphBLAS JIT on osx and with linux wheels #555

eriknw opened this issue Feb 17, 2025 · 0 comments
Labels
bug Something is broken suitesparse This is SuiteSparse:GraphBLAS-specific

Comments

@eriknw
Copy link
Member

eriknw commented Feb 17, 2025

In #546, we sometimes skip tests in test_ssjit.py. See details here:

if (
sys.platform == "darwin"
or sys.platform == "linux"
and "conda" not in gb.ss.config["jit_c_compiler_name"]
):
# XXX TODO: tests for SuiteSparse JIT are not passing on linux when using wheels or on osx
# This should be understood and fixed!
gb.ss.config["jit_c_control"] = "off"

Use this issue as a tracker and a reminder to try to fix this technical debt.

Please post what you learn as you experiment with this.

@eriknw eriknw added bug Something is broken suitesparse This is SuiteSparse:GraphBLAS-specific labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken suitesparse This is SuiteSparse:GraphBLAS-specific
Projects
None yet
Development

No branches or pull requests

1 participant