summaryrefslogtreecommitdiff
path: root/.gitlab/ci/configure_intelcompiler_common.cmake
blob: bd34740f0cff6776ce8a2cb970b72f47cdb3adfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(blas_lapack_cases
  model=lp64 all=Intel10_64lp
    static=0 All Intel10_64lp compiler=gcc Intel10_64lp compiler=
    static=1 All Intel10_64lp compiler=gcc Intel10_64lp compiler=

  model=ilp64 all=Intel10_64ilp
    static=0 All Intel10_64ilp compiler=gcc Intel10_64ilp compiler=
    static=1 All Intel10_64ilp compiler=gcc Intel10_64ilp compiler=
  )
set(CMake_TEST_FindBLAS "${blas_lapack_cases}" CACHE STRING "")
set(CMake_TEST_FindLAPACK "${blas_lapack_cases}" CACHE STRING "")

include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")