PDLPorters / pdl-linearalgebra

https://p3rl.org/PDL::LinearAlgebra
1 stars 7 forks source link

Added auto-detection of LAPACK/BLAS library names #17

Closed KJ7LNW closed 2 years ago

KJ7LNW commented 2 years ago

Added auto-detection of LAPACK/BLAS library names

Added find_libs() to the root Makefile.PL to find libraries in Debian, Ubuntu, CentOS 7/8, SUSE.

See https://github.com/PDLPorters/pdl-linearalgebra/issues/15

Signed-off-by: Eric Wheeler perl-pdl@z.ewheeler.org

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 53.638% when pulling cbfa63101d70cd0b973b3a4f769520d1285438ee on KJ7LNW:lapack-detect into 3c32c5b1859c5cd8c62b095d6f20e51372fbb1e8 on PDLPorters:master.

mohawk2 commented 2 years ago

Released as 0.34 - thanks!