lapack

Linear algebra library providing BLAS and LAPACK routines

brewmacoslinux
Try with needOr install directly
Source

About

Linear Algebra PACKage

Commands

lapack

Examples

Link LAPACK libraries in C/C++ compilation$ gcc myprogram.c -o myprogram -llapack -lblas
Use LAPACK in Fortran programs$ gfortran myprogram.f90 -o myprogram -llapack -lblas
Check LAPACK installation location$ brew --prefix lapack