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.15k stars 259 forks source link

Replace platform test for libm by feature test. #677

Closed mmuetzel closed 8 months ago

mmuetzel commented 8 months ago

libm is also an empty dummy on Linux/musl.

The situation on Linux/musl is similar to the one on Windows/MinGW: There is an empty libm (so linking to it doesn't cause errors). But we don't need to link to it.