JuliaLinearAlgebra / libblastrampoline

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

Support `libdir` and `includedir` variables #121

Closed nalimilan closed 6 months ago

nalimilan commented 10 months ago

These are the standard GNU make variables that distributions expect to be able to set (https://www.gnu.org/prep/standards/html_node/Directory-Variables.html). Since Julia supports the same variables and passes them during the build, this ensures that libblastrampoline.so is installed to the right directory (in particular to usr/lib64 where appropriate).

nalimilan commented 6 months ago

Bump.