Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcpkg uses ilp64 on Windows #81

Open
ethanhs opened this issue Nov 18, 2021 · 1 comment
Open

vcpkg uses ilp64 on Windows #81

ethanhs opened this issue Nov 18, 2021 · 1 comment
Labels

Comments

@ethanhs
Copy link
Contributor

ethanhs commented Nov 18, 2021

When debugging rust-ndarray/ndarray#1110, I found out that openblas provided by vcpkg is compiled with ilp64.

I think the solution to this is to either add ilp64 support to cblas-sys, or better, build openblas from source using cmake, flang, and msvc.

@ethanhs
Copy link
Contributor Author

ethanhs commented Nov 19, 2021

Okay, so I built OpenBLAS on Windows. We could do so by a) downloading and extracting flang and libflang from conda's artifacts: https://anaconda.org/conda-forge/flang/files b) requiring MSVC build tools, cmake, and Clang are installed c) building OpenBLAS :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants