Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI (Alpine): Use reference BLAS and LAPACK.
Some SuiteSparse libraries rely heavily on OpenMP. But the version of OpenBLAS that is distributed by Alpine Linux is built without OpenMP. This could lead to deadlocks (and OpenBLAS is very verbose about that risk): > OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option. Use the reference implementations of the BLAS and LAPACK libraries instead (which might be slower than OpenBLAS but safer on that distribution).
- Loading branch information