-
Notifications
You must be signed in to change notification settings - Fork 16
Update version to v0.3.11, Fix INTERFACE64, gcc version #43
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
Conversation
Merging this will change the hashes for the already-uploaded packages. Should I go ahead and get the HEAD from OpenBLAS so we can check their fix for numpy/numpy#16774 ? |
... and of course I have a typo. |
gcc fails to compile 0.3.11 since the mingw version is 8.1.0 which suffers from this bug:
It doesn't appear that there are later versions of mingw available. |
6949756
to
6eea4cb
Compare
[skip travis] |
Now getting
in 32-bit tests. When do we drop windows 32-bits? |
01fcedd
to
6a117a4
Compare
My impression was that Python 32-bit interpreter installs on Windows were still very common for whatever reason. I think Matthew Brett may have been saying that? |
That's also my recollection. |
I was blaming the 32-bit build too soon. I set |
About importance of Windows 32-bit bit - yes, that is usually me quoting Steve Dower : pypa/manylinux#118 (comment) . I haven't investigated the wheel download statistics though. |
something is still off with the interface64 builds, the internal OpenBLAS linktest is failing. |
self-merging to move this chain of fixes forward |
Fixes gh-42. There must be a better way to get the matrix values into the environment, but this should work.