#414 is an example of this.
I also have the issue with blas libraries, and possibly gfortran itself - numpy detects these and tries to link with them, which obviously fails.
I have a patch in the revamp that resolves this by the brute force of hardcoding all library lookups to fail. If I can test this and understand it better, I'll backport it.