JuliaLinearAlgebra / libblastrampoline

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

[windows] Fix self-path lookup on Windows #103

Closed staticfloat closed 1 year ago

staticfloat commented 1 year ago

Store handle to self in DllMain so that we don't try to figure out a handle to ourselves (incorrectly) anymore on Windows.

ViralBShah commented 1 year ago

It looks like Yggdrasil is failing on this PR on windows: https://github.com/JuliaPackaging/Yggdrasil/pull/6462

staticfloat commented 1 year ago

Did you fix it?

ViralBShah commented 1 year ago

Yes.