Numpy compiled for Intel Bonnell arch
- Checkout official repo at an appropriate tag, as per official building from source instructions
- Apply
build.patch - Build!
CC=clang CXX=clang++ CPPFLAGS='-march=bonnell' LDFLAGS='-fuse-ld=lld' python vendored-meson/meson/meson.py setup -D b_lto=true -D cpu-baseline=X86_V2 -D cpu-dispatch=none --wipe build
ninja -C build