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

Windows Support #21

Open
KJ7LNW opened this issue Dec 1, 2022 · 0 comments
Open

Windows Support #21

KJ7LNW opened this issue Dec 1, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@KJ7LNW
Copy link
Owner

KJ7LNW commented Dec 1, 2022

There are alpha win32 commits in the win32 branch that compile under mingw.

This binary release is slow and choppy because fork() is missing, but does run under Windows 10!

If libltdl were implemented to replace dlopen in src/mathlib.c then OpenBLAS for Windows would probably be fast and multi-threaded.

If anyone is interested then comment here or open a PR. The current win32 branch was just a quick fix to get it building. A few necessary fixes before it can be merged:

  • configure.ac should be cleaned up
  • branch needs to be rebased on master
  • apparently I committed those first two changes as root so we need to do a filter-branch with my correct email address and contact details.
@KJ7LNW KJ7LNW added enhancement New feature or request help wanted Extra attention is needed labels Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant