-
Notifications
You must be signed in to change notification settings - Fork 11
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
Instructions to build mingwpy from source #25
Comments
The first part is pushed into this branch: https://github.com/mingwpy/mingw-builds/tree/mingwpy-dev see all diffs: The FPU patch (not a patch but a seqeunce of sed commands) is still missing and will follow. |
Thanks, I will give it a try today. Are there any command-line options to pass to the script or should I use the default options (besides gcc version and target architecture)? |
I just found the |
Some notes while I am testing:
|
I made an update on mingwpy_readme.md. Be aware, that this is very much work in progress. |
Thanks, I could get a 64-bit build of gcc / gfortran to build successfully. I used it to build OpenBLAS master from source on windows and could then compile time_dgemm.c and measured 75 GFLOPS on that host. Great work! To build numpy I assume this is more complex as we need to get changes in numpy's distutils first right? |
BTW if other people are interested in reproducing this build, I just realised that it's currently free to download the official 64 bit Windows 10 ISO (for instance to run in VirtualBox): https://www.microsoft.com/en-us/software-download/windows10ISO |
@ogrisel, you can also use the https://github.com/mingwpy/OpenBLAS/tree/mingwpy-dev branch to compile OpenBLAS. There are still some actions missing from my side:
and of course
|
and I forgot the fpclassify patch for win32. |
Give detailed instructions to re-build the mingwpy binary distributions from source.
The text was updated successfully, but these errors were encountered: