mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 14:20:27 +00:00
FindBLAS: Fix EML and ArmPL indentations
This commit is contained in:
committed by
Brad King
parent
816dc1cb19
commit
635f2c87f5
@@ -801,16 +801,16 @@ if(BLA_VENDOR MATCHES "Arm" OR BLA_VENDOR STREQUAL "All")
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT BLAS_LIBRARIES)
|
if(NOT BLAS_LIBRARIES)
|
||||||
check_blas_libraries(
|
check_blas_libraries(
|
||||||
BLAS_LIBRARIES
|
BLAS_LIBRARIES
|
||||||
BLAS
|
BLAS
|
||||||
sgemm
|
sgemm
|
||||||
""
|
""
|
||||||
"${_blas_armpl_lib}"
|
"${_blas_armpl_lib}"
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
unset(_blas_armpl_lib)
|
unset(_blas_armpl_lib)
|
||||||
endif()
|
endif()
|
||||||
@@ -1197,17 +1197,17 @@ endif()
|
|||||||
# Elbrus Math Library?
|
# Elbrus Math Library?
|
||||||
if(BLA_VENDOR MATCHES "EML" OR BLA_VENDOR STREQUAL "All")
|
if(BLA_VENDOR MATCHES "EML" OR BLA_VENDOR STREQUAL "All")
|
||||||
|
|
||||||
set(_blas_eml_lib "eml")
|
set(_blas_eml_lib "eml")
|
||||||
|
|
||||||
if(_blas_sizeof_integer EQUAL 8)
|
if(_blas_sizeof_integer EQUAL 8)
|
||||||
string(APPEND _blas_eml_lib "_ilp64")
|
string(APPEND _blas_eml_lib "_ilp64")
|
||||||
endif()
|
endif()
|
||||||
# Check for OpenMP support, VIA BLA_VENDOR of eml_mt
|
# Check for OpenMP support, VIA BLA_VENDOR of eml_mt
|
||||||
if(BLA_VENDOR MATCHES "_mt")
|
if(BLA_VENDOR MATCHES "_mt")
|
||||||
string(APPEND _blas_eml_lib "_mt")
|
string(APPEND _blas_eml_lib "_mt")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT BLAS_LIBRARIES)
|
if(NOT BLAS_LIBRARIES)
|
||||||
check_blas_libraries(
|
check_blas_libraries(
|
||||||
BLAS_LIBRARIES
|
BLAS_LIBRARIES
|
||||||
BLAS
|
BLAS
|
||||||
|
|||||||
Reference in New Issue
Block a user