MacPython / openblas-libs

BSD 2-Clause "Simplified" License
9 stars 13 forks source link

INTERFACE64 cannot be blank #107

Closed mattip closed 1 year ago

mattip commented 1 year ago

since the code to use nightly added another parameter to build_lib, the INTERFACE64 parameter cannot be "", it must be "0". Otherwise, in the call to build_lib "$PLAT" "$INTERFACE64" "1", the 1 is interpreted as the INTERFACE64 argument.

mattip commented 1 year ago

cc @honno

mattip commented 1 year ago

Self merging to clear build errors