FindBLAS: IBM ESSL 6.1 does not required BLAS lib

This commit is contained in:
Igor S. Gerasimov
2021-07-27 20:15:10 +03:00
parent ea28d28a61
commit 73e452eb98
+2 -2
View File
@@ -893,7 +893,7 @@ if(BLA_VENDOR STREQUAL "SGIMATH" OR BLA_VENDOR STREQUAL "All")
endif()
endif()
# BLAS in IBM ESSL library? (requires generic BLAS lib, too)
# BLAS in IBM ESSL library?
if(BLA_VENDOR STREQUAL "IBMESSL" OR BLA_VENDOR STREQUAL "All")
if(NOT BLAS_LIBRARIES)
check_blas_libraries(
@@ -901,7 +901,7 @@ if(BLA_VENDOR STREQUAL "IBMESSL" OR BLA_VENDOR STREQUAL "All")
BLAS
sgemm
""
"essl;blas"
"essl"
""
""
""