You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elethom edited this page Mar 22, 2021
·
10 revisions
Microsoft Windows has this thing called "import libraries" (*.lib). You don't need it in MinGW because the ld linker from GNU Binutils is smart, but MSVC still needs it for linking.
cd OPENBLAS_TOP_DIR/exports
Edit libopenblas.def. Insert LIBRARY libopenblas.dll to the head, as following.