Hello,
I am trying to install ATLAS 3.10.3 on MacOS 12.6 (Monterey). After successfully running "sudo make build", I run "sudo make check" and I get the following error:
/Users/fedde/build/ATLAS3.10.3/_mac_build/..//interfaces/blas/C/testing/c_sblat1.f:250:48:
250 | CALL STEST1(SNRM2TEST(N,SX,INCX),STEMP,STEMP,SFAC)
| 1
Error: Rank mismatch in argument 'strue1' at (1) (scalar and rank-1)
/Users/fedde/build/ATLAS3.10.3/_mac_build/..//interfaces/blas/C/testing/c_sblat1.f:254:48:
254 | CALL STEST1(SASUMTEST(N,SX,INCX),STEMP,STEMP,SFAC)
| 1
Error: Rank mismatch in argument 'strue1' at (1) (scalar and rank-1)
make[3]: [c_sblat1.o] Error 1
make[2]: [sanity_test] Error 2
make[1]: [sanity_test] Error 2
make: [test] Error 2
The full log is attached. Any help would be greatly appreciated!
Regards,
Federico