K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-03-26T01:04:51.978408Z K 7 svn:log V 370 math/ceres-solver: don't use libs from USES=blaslapack According to Ceres installation documentation: ... one needs to be careful to turn off the threading inside OpenBLAS as it conflicts with use of threads in Ceres. math/openblas exposes single-threaded (USE_THREAD=0) version as -lopenblas while multi-threaded (NUM_THREADS=8) version as -lopenblasp (p suffix). END