summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_intelcompiler_common.cmake
blob: 2698f887ca6d125b3c44e9b5f482c863948b1d3f (plain)
1
2
3
4
5
6
7
8
9
set(blas_lapack_cases
  all=Intel10_64lp
    static=0 All Intel10_64lp compiler=gcc Intel10_64lp compiler=
    static=1 All Intel10_64lp compiler=gcc Intel10_64lp 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")