DrTimothyAldenDavis / SuiteSparse

The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
https://people.engr.tamu.edu/davis/suitesparse.html
Other
1.14k stars 258 forks source link

GraphBLAS: Override `GrBJITPackageGenerator_DIR` when cross-compiling. #738

Closed mmuetzel closed 7 months ago

mmuetzel commented 7 months ago

Fixes #729. Thanks to @jschueller for tracking this down.

@jschueller: Is that the change that you were proposing? Does it work with that change for you?

jschueller commented 7 months ago

yes, this is ok

mmuetzel commented 7 months ago

Turns out this might have been a configuration issue or a bug in CMake.

Might still be worth taking this as a workaround...

DrTimothyAldenDavis commented 7 months ago

Looks OK to me.