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

Download OpenBLAS binaries when building with MSVC #1658

Closed
wants to merge 1 commit into from

Conversation

zcbenz
Copy link
Contributor

@zcbenz zcbenz commented Dec 7, 2024

Proposed changes

Refs #1513.

There is currently no distribution of OpenBLAS on Windows that can be found by find_package, this change makes CMake download and link with the official release on GitHub.

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING document
  • I have run pre-commit run --all-files to format my code / installed pre-commit prior to committing changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the necessary documentation (if needed)

@zcbenz
Copy link
Contributor Author

zcbenz commented Dec 7, 2024

With some testing I found out that the official binaries were built with MinGW and are not really usable for compilation with native ABI (MSVC), I'll seek another solution.

@zcbenz zcbenz closed this Dec 7, 2024
@zcbenz zcbenz deleted the blas-from-source branch December 7, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant