JuliaLinearAlgebra / libblastrampoline

Using PLT trampolines to provide a BLAS and LAPACK demuxing library.
MIT License
66 stars 17 forks source link

Enable `RTLD_DEEPBIND` by default, add workaround for musl and FreeBSD #6

Closed staticfloat closed 3 years ago

staticfloat commented 3 years ago

We allow the vast majority of functionality for musl and FreeBSD, the only two systems that do not have RTLD_DEEPBIND functionality. Our method enables usage of most combinations of BLAS libraries, with the exception of a 32-bit BLAS and a 64-bit BLAS that uses no suffix on its symbols.