-
Notifications
You must be signed in to change notification settings - Fork 2
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
WIP: updating mingw-builds to latest #3
base: develop
Are you sure you want to change the base?
Conversation
Needed in order to work with isl 0.15
Update cloog to 0.18.4
Restore 4.8 PCH patch
Make it rendered as Markdown
Output the die reason to stderr Wrap logviewer to allow complex commands
Fix ISL version for older GCC
Modified main scripts to act as packages, trigger through the normal points instead of running stand-alone
…e-optimizations" flag
* mingwpy/mingwpy-dev: _WIN32_WINNT fallback patch update toolchain revision date update fpclassify patch temporary add specs files for msvcr90 and msvcr100 C-runtimes README.md more fixed for markup README.md reformat for Markdown Rename README to README.md floating point related configurations and patches - fix for latest mingw-w64 trunk more floating point related configurations and patches floating point related configurations and patches Fix for binutils IMPORT_DATA support by @njsmith mingwpy customization - anoth. fix for mingwpy_readme.md mingwpy customization - fix mingwpy_readme.md mingwpy customization - fix whitespace mingwpy customization - part 2 mingwpy customization - part 1
b37b5a5
to
7c65592
Compare
It was not applying cleanly to 8.2.0 sources.
3c0ade9
to
b342ffa
Compare
@matthew-brett feel free to merge the PR into the development branch when it is ready. |
it's great to see development of mingwpy project has restarted!.. has it? |
Well - kinda. I've got some Christmas problems stopping me doing my day job, so I'm trying to get Carl's patches working for the current mingw-w64, and building on Appveyor. I know so much less about this stuff than Carl does, that I will likely get stuck, but maybe we'll get closer to something that will work. |
@anthrotype, the week before Christmas, you probably won't see any significant progress, at least not from me. Usually I work offline at home first and not directly with CI. Having support from @matthew-brett for lifting this to Appveyor (or Azure?) is very welcome. BTW: what is the current timeout for Appveyor for this kind of development right now? |
I'm working on Appveyor: https://ci.appveyor.com/project/matthew-brett/mingwpy Maybe Azure would work better - I just don't know it as well. The usual timeout is 60 minutes I think. I have a custom timeout of 2 hours 30 minutes, because I kept begging for more time, to build the OpenBLAS libs. I'm sure you could get a similar exception if you asked them nicely, and explained why you needed that much time. |
@matthew-brett, I will create a new branch with new patches. Some of my old patches are obsolete. Stay tuned. |
This was my first attempt to merge the mingwpy changes with latest mingw-builds
develop branch.
Please forgive my extreme ignorance about what is going on.