Files
ports/math/ceres-solver
Jan Beich 6f09a0a838 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).
2018-03-26 01:04:51 +00:00
..
2017-08-13 14:24:08 +00:00