LinearSolve.jl
LinearSolve.jl copied to clipboard
Enable "WIP: Wrap BLIS" with reference LAPACK
Based on #431, this demonstrates how to get the BLIS extension working using libblastrampoline
combined with LAPACK_jll
(based on Reference LAPACK 3.11 https://github.com/Reference-LAPACK/lapack/releases/tag/v3.11)
Note that suffix_hint="64_",
in BLAS.lbt_forward
enables ILP versions.