Skip to content

try commit 349b722d8d09303#35

Merged
mattip merged 1 commit intoMacPython:masterfrom
mattip:issue-numpy-16913
Jul 24, 2020
Merged

try commit 349b722d8d09303#35
mattip merged 1 commit intoMacPython:masterfrom
mattip:issue-numpy-16913

Conversation

@mattip
Copy link
Copy Markdown
Collaborator

@mattip mattip commented Jul 24, 2020

Build openblas libraries for 349b722d8d09303 to maybe fix numpy/numpy#16913

@bashtage
Copy link
Copy Markdown

You might need to make -j 2 on appveyor to avoid time out. I think each AppVeyor instance has 2 real CPUs.

@mattip
Copy link
Copy Markdown
Collaborator Author

mattip commented Jul 24, 2020

Appveyor succeeded, macOS on travis failed. It seem it miscompiled somehow: did not properly generate config_kernel.h. Is there a way to restart just that travis run?

@bashtage
Copy link
Copy Markdown

If you are an owner you can log into Travis and you should see a restart icon on the job.

image

@bashtage
Copy link
Copy Markdown

Somehow I am an owner, so I restarted it.

@mattip mattip merged commit c413b75 into MacPython:master Jul 24, 2020
@mattip
Copy link
Copy Markdown
Collaborator Author

mattip commented Jul 24, 2020

build succeeded. I will self-merge to move this forward. It should not delete the current artifacts at https://anaconda.org/multibuild-wheels-staging/openblas-libs/files, only add to them. Then the next step is to make a PR to numpy/numpy to update tools/openblas_support.py, updating OPENBLAS_V to the string inside the DLL and OPENBLAS_LONG to the name of the download file. In order to avoid the problem of updating all the hashes, the check for if sha256_returned != sha256_expected can be disabled. Much of this all can be tested with python tools/openblas_support.py --test

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 this pull request may close these issues.

Error on Azure CI (Windows instance) with numpy 1.19.0

2 participants