conda-forge / openblas-feedstock

A conda-smithy repository for openblas.
BSD 3-Clause "New" or "Revised" License
9 stars 38 forks source link

BUG: Use ARMV8 rather than VORTEX #140

Closed larsoner closed 2 years ago

larsoner commented 2 years ago

Checklist

This seems to be the difference between the PyPi wheels which work, and the conda-forge builds which do not. See:

https://github.com/numpy/numpy/issues/21756#issuecomment-1158827019

It might not be the correct fix, but it should at least fix linalg on M1 while we track down the underlying issue.

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

larsoner commented 2 years ago

@conda-forge-admin, please rerender

hoechenberger commented 2 years ago

It's green! 🥳

larsoner commented 2 years ago

@jakirkham can we merge this? It fixes a real bug while we wait for https://github.com/xianyi/OpenBLAS/issues/3654 https://github.com/xianyi/OpenBLAS/pull/3657 and then a new release, which has an unknown timeline

larsoner commented 2 years ago

Closing this as it should be fixed properly when 0.3.21 comes out