JuliaLinearAlgebra / libblastrampoline

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

Use the lightweight LibClang.jl instead of Clang.jl for dumping symbols #41

Closed Gnimuc closed 2 years ago

Gnimuc commented 3 years ago

LibClang.jl is lightweight and stable. This script doesn't use any Clang.jl features, so I did this PR.

ViralBShah commented 3 years ago

What do we need to get this merged?

Gnimuc commented 3 years ago

The module JLLEnvs needs to be reimplemented on top of BinaryBuilderBase as suggested in the comment above.

ViralBShah commented 2 years ago

@Gnimuc What do we need to do to take this to completion?

Gnimuc commented 2 years ago

It looks like the original script still works well. Perhaps there is no need to get this PR merged.