Disable BLAS and fortran. Numpy states both are optional to build, but
had an issue in their build scripts if fortran wasn't found.
Add an explicit clang check to a GCC bug workaround for GCC < 8.4,
because clang pretends to be a really old GCC version (like 4.x).