--
You received this message because you are subscribed to the Google Groups "Ceres Solver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceres-solver...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/b433cc2d-36d2-4442-ba92-01e519979440%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- Looking for dgemm_ -- Looking for dgemm_ - found -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- A library with BLAS API found. -- Looking for cheev_ -- Looking for cheev_ - found -- A library with LAPACK API found. -- Found LAPACK library: /usr/lib/liblapack.so;/usr/lib/libf77blas.so;/usr/lib/libatlas.so -- A library with BLAS API found. -- Found BLAS library: /usr/lib/libf77blas.so;/usr/lib/libatlas.so
<snip>
--
You received this message because you are subscribed to the Google Groups "Ceres Solver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceres-solver...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/bd73c35d-bddf-4d40-a4da-855c1e9b45f1%40googlegroups.com.
But I believe if you set the variable BLA_STATIC to ON, it will look for the static version of these libraries.so try doing -DBLA_STATIC=ON