JuliaLinearAlgebra / libblastrampoline

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

No soname is set #55

Closed haampie closed 2 years ago

haampie commented 2 years ago
$ readelf -d libblastrampoline.so | grep SONAME
[void]

This can lead to subtle issues since Julia's LBT stdlib dlopen's libblastrampoline.so, not libblastrampoline.so.3, that is it can pick up version 4.0.0 whereas only 3.x is compatible.