Demitri - 2019-06-24

A quick update here. I'm starting the build now with a few options preselected to avoid the probe:

../configure --prefix=/usr/local/atlas-3.10.3 --with-netlib-lapack-tarfile=/usr/local/src/lapack-3.8.0.tar.gz --force-clang=/usr/bin/clang -A Corei464 -O OSX -b 64 -V 960

The -V 960 selects AVX, SSE1, SSE2, SSE3.

This gets me to a point where I can call make. This builds for a few seconds, then fails. One of the errors is this:

clang: error: unsupported option '-V -Wno-framework-include-private-from-public'
clang: error: no input files

I think this is due to a typo in line (6) in Make.top, where I think the -V should be lowercase.

- $(KC) -V 2>&1 >> bin/INSTALL_LOG/ERROR.LOG

This is part of building the error report; the error itself seems to be here:

ar r /usr/local/src/ATLAS-3.11.41/BUILD/lib/libatlas.a ATL_xerbla.o
ar: creating archive /usr/local/src/ATLAS-3.11.41/BUILD/lib/libatlas.a
ranlib ATL_xerbla.o
error: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ATL_xerbla.o is not an archive
make[3]: *** [xerbla.grd] Error 1
make[2]: *** [IStage1] Error 2
ERROR 613 DURING FPU PROBE!!.

I am attaching the error report. Thanks for any help.