You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #84 from matthew-brett/arm64-work
MRG: Fix for CFLAGS
The following line is wiping out the set `CFLAGS` for the cross-compile:
```
&& CFLAGS="-fvisibility=protected" make BUFFERSIZE=20 ...
```
https://github.com/MacPython/openblas-libs/runs/6817632611
Put the existing CFLAGS back.
0 commit comments