We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
After the move to github actions, the upload on windows64, interface=64 is using
openblas-v0.3.9-452-g349b722d-win_amd64-gcc_8_1_0.zip
and so is the upload for windows64, interface-32 (which warns the file already exists).
Note the new compiler tag. For 32-bit builds it is
openblas-v0.3.9-452-g349b722d-win32-gcc_7_3_0.zip
so we will need to adjust NumPy/SciPy to accommodate that change
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
After the move to github actions, the upload on windows64, interface=64 is using
and so is the upload for windows64, interface-32 (which warns the file already exists).
Note the new compiler tag. For 32-bit builds it is
so we will need to adjust NumPy/SciPy to accommodate that change
The text was updated successfully, but these errors were encountered: