Skip to content

Windows uploads are not picking up the 64-bit interface difference #42

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

Closed
mattip opened this issue Oct 16, 2020 · 0 comments · Fixed by #43
Closed

Windows uploads are not picking up the 64-bit interface difference #42

mattip opened this issue Oct 16, 2020 · 0 comments · Fixed by #43

Comments

@mattip
Copy link
Collaborator

mattip commented Oct 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant