JuliaLinearAlgebra / libblastrampoline

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

Only use surrogate `lsame` on RTLD_DEEPBIND-less systems #26

Closed staticfloat closed 3 years ago

staticfloat commented 3 years ago

This workaround should only be necessary on systems without an RTLD_DEEPBIND-style linking system. On those systems, we need to ensure that lsame_ points to a reasonable facsimile of itself.