cmake HAVE_TEUCHOS_BLASFLOAT examples

trilinos/Trilinos packages/teuchos/CMakeLists.txt :94

MESSAGE(STATUS "You set HAVE_TEUCHOS_BLASFLOAT=${HAVE_TEUCHOS_BLASFLOAT}; this suggests you are cross compiling.  If you're not cross compiling, best practice is not to set this; Trilinos will figure it out for you.")

trilinos/Trilinos packages/teuchos/CMakeLists.txt :125

MESSAGE(STATUS "SLAPY2 failure: setting HAVE_TEUCHOS_BLASFLOAT to OFF")

trilinos/Trilinos packages/tpetra/CMakeLists.txt :921

MESSAGE(FATAL_ERROR "Tpetra: Tpetra_INST_FLOAT is ON (meaning that you want to instantiate and/or test Tpetra with Scalar = float), but HAVE_TEUCHOS_BLASFLOAT is not defined.  This means that you are linking with a BLAS library that lacks float (S) support.  Tpetra needs a BLAS implementation that supports float.")

trilinos/Trilinos packages/tpetra/CMakeLists.txt :922

ELSEIF (NOT HAVE_TEUCHOS_BLASFLOAT)

trilinos/Trilinos packages/tpetra/CMakeLists.txt :923

MESSAGE(FATAL_ERROR "Tpetra: Tpetra_INST_FLOAT is ON (meaning that you want to instantiate and/or test Tpetra with Scalar = float), but HAVE_TEUCHOS_BLASFLOAT is OFF.  This means that you are linking with a BLAS library that lacks float (S) support.  Tpetra needs a BLAS implementation that supports float.")