GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
225 stars 59 forks source link

`#ifdef __GLIBC__` for musl compatibility #232

Closed M-PERSIC closed 1 year ago

M-PERSIC commented 1 year ago

Build can fail due to missing mallopt function in musl. Upstreaming the fix would allow me to eliminate the patch from the LAGraph JLL package build (see pull request). The BuildKite run shows that all platforms build correctly with the patch included. It would be ideal to include in the 1.0.2 release in order to avoid building a JLL with an untagged commit and potentially causing maintenance headaches.

M-PERSIC commented 1 year ago

Thank you @DrTimothyAldenDavis for changing the branch!