[Trilinos-Users] Trilinos_TPL_LIBRARIES changed between 10.10.1 and 10.10.2

John R Cary cary at colorado.edu
Wed Jun 27 04:31:25 MDT 2012


As of 10.10.2, the variable,

$ grep Trilinos_TPL_LIBRARIES trilinos-10.10.2-ser/lib/cmake/Trilinos/*
trilinos-10.10.2-ser/lib/cmake/Trilinos/TrilinosConfig.cmake:SET(Trilinos_TPL_LIBRARIES "/usr/lib/libpthread.dylib")

no longer contains the blas and lapack libs as it did in 10.10.1:

$ grep Trilinos_TPL_LIBRARIES trilinos-10.10.1-ser/lib/cmake/Trilinos/*
trilinos-10.10.1-ser/lib/cmake/Trilinos/TrilinosConfig.cmake:SET(Trilinos_TPL_LIBRARIES "/usr/lib/liblapack.dylib;/usr/lib/libblas.dylib;/usr/lib/libpthread.dylib")

Our build systems were keying off this, and now fail.

Is this going to be the case going forward (so then we will compensate)?

Or will the 10.10.1 behavior be restored in a future Trilinos version?

Thx.....John Cary



More information about the Trilinos-Users mailing list