code-sam / graphblas_sparse_linear_algebra

Rust wrapper for SuiteSparse:GraphBLAS
Other
12 stars 3 forks source link

docs: list Ubuntu dependencies #92

Closed sander closed 2 months ago

github-actions[bot] commented 3 months ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

sander commented 3 months ago

I have read the CLA Document and I hereby sign the CLA

code-sam commented 3 months ago

Installing graphblas_sparse_linear_algebra is indeed tricky. Improving the build instructions will surely make the crate easier to use.

The build instructions that you added are for suitesparse_graphblas_sys. The readme of the sys crate already contains hints on how to build the crate.

Your specific build instructions nicely add to these and be best placed there instead of in the readme of the Rust workspace or repository root. Perhaps adding a reference to these specific build instructions makes them more easy to find.