OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLAS_DIR
(Results
1 - 2
of
2
) sorted by null
/external/eigen/cmake/
FindBLASEXT.cmake
161
if(
BLAS_DIR
)
165
HINTS ${
BLAS_DIR
}
FindBLAS.cmake
37
#
BLAS_DIR
- Where to find the base directory of blas
41
# are not given as cmake variable:
BLAS_DIR
, BLAS_INCDIR, BLAS_LIBDIR
61
# 1) we look in cmake variable BLAS_LIBDIR or
BLAS_DIR
(we guess the libdirs) if defined
62
# 2) we look in environment variable BLAS_LIBDIR or
BLAS_DIR
(we guess the libdirs) if defined
139
set(
BLAS_DIR
"" CACHE PATH "Installation directory of BLAS library")
141
message(STATUS "A cache variable, namely
BLAS_DIR
, has been set to specify the install directory of BLAS")
186
set(ENV_BLAS_DIR "$ENV{
BLAS_DIR
}")
191
elseif (
BLAS_DIR
)
192
list(APPEND _libdir "${
BLAS_DIR
}")
193
list(APPEND _libdir "${
BLAS_DIR
}/lib"
[
all
...]
Completed in 1172 milliseconds