error LNK2019: unresolved external symbol
when using vcpkg
/Windows
#111
Labels
error LNK2019: unresolved external symbol
when using vcpkg
/Windows
#111
When I followed the instructions to install openblas with vcpkg it produces a DLL which is about 1.7 MB and misses most of the functions. For example
dgetrf_
,sgetrf_
and many other are missing. This leads to linker errors withndarray-linalg
. See this issue for more information .When I download the binary package from the OpenBLAS github I get a DLL which is about 50 MB. If I replace the DLL compiled via vcpkg with the downloaded one linking is successful and it works.
The text was updated successfully, but these errors were encountered: