HomeSort by relevance Sort by last modified time
    Searched refs:BLAS_LIBRARIES (Results 1 - 3 of 3) sorted by null

  /external/eigen/cmake/
FindBLAS.cmake 24 # BLAS_LIBRARIES - uncached list of libraries (using full path name) to
321 set(BLAS_LIBRARIES)
334 if(NOT BLAS_LIBRARIES OR BLA_VENDOR MATCHES "Intel*")
594 set(_LIBRARIES BLAS_LIBRARIES)
702 endif(NOT BLAS_LIBRARIES OR BLA_VENDOR MATCHES "Intel*")
708 if(NOT BLAS_LIBRARIES)
711 BLAS_LIBRARIES
719 if(BLAS_LIBRARIES)
726 if (BLAS_LIBRARIES AND NOT BLAS_VENDOR_FOUND)
736 if(NOT BLAS_LIBRARIES)
    [all...]
FindBLASEXT.cmake 101 message(STATUS "A BLAS library has been found (${BLAS_LIBRARIES}) but we"
109 message(STATUS "A BLAS library has been found (${BLAS_LIBRARIES}) but we"
117 message(STATUS "A BLAS library has been found (${BLAS_LIBRARIES}) but we"
198 set(BLAS_SEQ_LIBRARIES "${BLAS_LIBRARIES}")
210 set(BLAS_PAR_LIBRARIES "${BLAS_LIBRARIES}")
218 set(BLAS_SEQ_LIBRARIES "${BLAS_LIBRARIES}")
232 set(BLAS_SEQ_LIBRARIES "${BLAS_LIBRARIES}")
241 set(BLAS_PAR_LIBRARIES "${BLAS_LIBRARIES}")
253 set(BLAS_SEQ_LIBRARIES "${BLAS_LIBRARIES}")
262 set(BLAS_PAR_LIBRARIES "${BLAS_LIBRARIES}")
    [all...]
FindPastix.cmake 578 list(APPEND REQUIRED_LIBS "${BLAS_LIBRARIES}")

Completed in 47 milliseconds