K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-05-15T20:43:10.773710Z K 7 svn:log V 714 math/ceres-solver: unbreak ATLAS=on after r465553 When math/suitesparse has OPENBLAS=on: -- Found BLAS: /usr/local/lib/libopenblas.so -- Found LAPACK library: alapack [...] 0x0000000000000001 NEEDED Shared library: [libalapack.so.2] 0x0000000000000001 NEEDED Shared library: [libopenblas.so.0] When math/suitesparse has ATLAS=on: -- Found BLAS: /usr/local/lib/libf77blas.so;/usr/local/lib/libatlas.so -- Found LAPACK library: alapack [...] //usr/local/lib/libalapack.so.2: undefined reference to `cblas_izamax' //usr/local/lib/libalapack.so.2: undefined reference to `cblas_sswap' c++: error: linker command failed with exit code 1 (use -v to see invocation) Pointy hat to: jbeich END