mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
FindBLAS: Add support for IntelLLVM
Signed-off-by: William R. Dieter <william.r.dieter@intel.com>
This commit is contained in:
committed by
Brad King
parent
37ac9df342
commit
aedb9add56
@@ -842,6 +842,9 @@ if(BLA_VENDOR MATCHES "ACML" OR BLA_VENDOR STREQUAL "All")
|
||||
if(CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
|
||||
set(_ACML_COMPILER32 "ifort32")
|
||||
set(_ACML_COMPILER64 "ifort64")
|
||||
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL "IntelLLVM")
|
||||
# 32-bit not supported
|
||||
set(_ACML_COMPILER64 "ifx")
|
||||
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL "SunPro")
|
||||
set(_ACML_COMPILER32 "sun32")
|
||||
set(_ACML_COMPILER64 "sun64")
|
||||
|
||||
Reference in New Issue
Block a user