Is CBLAS permanently disabled?

18 views
Skip to first unread message

Jim

unread,
Feb 15, 2014, 11:56:37 AM2/15/14
to ebl...@googlegroups.com
While looking at the result of my initial build, I saw the message:

"CBLAS DISABLED"

I first thought I needed to adjust paths in FindCBLAS.cmake, but that didn't seem to work. I then looked in FindAll.cmake and saw the following code:

# find CBLAS
################################################################################
MESSAGE(STATUS "CBLAS DISABLED")
# IF ($ENV{NOCBLAS})
#   MESSAGE(STATUS "CBLAS DISABLED by env variable $NOCBLAS=1.")
# ELSE ($ENV{NOCBLAS})
#   FIND_PACKAGE(CBLAS)
#   IF(CBLAS_FOUND)
#     SET (CMAKE_CXX_DFLAGS "${CMAKE_CXX_DFLAGS} -D__CBLAS__")
#     INCLUDE_DIRECTORIES(${CBLAS_INCLUDE_DIR})
#     MESSAGE(STATUS "Found CBLAS: ${CBLAS_INCLUDE_DIR}/${CBLAS_INCLUDE_FILE}")
#   ELSE (CBLAS_FOUND)
#     MESSAGE("__ WARNING: cblas not found, install to speed up (optional).")
#   ENDIF(CBLAS_FOUND)
# ENDIF ($ENV{NOCBLAS})

Has CBLAS been permanently disconnected from eblearn?  (If so, out of curiosity, why?)

Thanks
Reply all
Reply to author
Forward
0 new messages