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.11k stars 256 forks source link

GraphBLAS: Check if C standard function "system" can be used #836

Closed mmuetzel closed 3 weeks ago

mmuetzel commented 3 weeks ago

Support for the CPU JIT compiler requires that a compiler can be executed on the host using the system function.

Disable the JIT compiler if the system function cannot be used on the target system.

See also the discussion in #835.

mmuetzel commented 3 weeks ago

Wait a second. Not quite right yet.

mmuetzel commented 3 weeks ago

There was an error in the syntax for overriding a cache variable. Should be fine now.