HomeSort by relevance Sort by last modified time
    Searched refs:ENV_MKLROOT (Results 1 - 2 of 2) sorted by null

  /external/eigen/cmake/
FindBLASEXT.cmake 147 set(ENV_MKLROOT "$ENV{MKLROOT}")
148 if (ENV_MKLROOT)
149 list(APPEND _inc_env "${ENV_MKLROOT}/include")
FindBLAS.cmake 185 set(ENV_MKLROOT "$ENV{MKLROOT}")
214 if (ENV_MKLROOT)
215 list(APPEND _libdir "${ENV_MKLROOT}/lib")
217 list(APPEND _libdir "${ENV_MKLROOT}/lib64")
218 list(APPEND _libdir "${ENV_MKLROOT}/lib/intel64")
220 list(APPEND _libdir "${ENV_MKLROOT}/lib32")
221 list(APPEND _libdir "${ENV_MKLROOT}/lib/ia32")
341 set(ENV_MKLROOT "$ENV{MKLROOT}")
350 if (ENV_MKLROOT)
351 list(APPEND _inc_env "${ENV_MKLROOT}/include"
    [all...]

Completed in 41 milliseconds