Skip to content

error LNK2019: unresolved external symbol when using vcpkg/Windows #111

Open
@Danvil

Description

@Danvil

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 with ndarray-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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions