File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ before_install:
7373 fi
7474
7575script :
76+ - ${MKLROOT}/tools/mkl_link_tool -libs --parallel=no --compiler=gnu_c --os=lnx --arch=intel64 --linking=static --interface=lp64
77+ - ${MKLROOT}/tools/mkl_link_tool -libs --parallel=yes --compiler=gnu_c --os=lnx --arch=intel64 --linking=static --interface=lp64
7678 - cd ${TRAVIS_BUILD_DIR}
7779 - mkdir -p build && cd build
7880 - export CMAKE_OPTIONS="-DCMAKE_CXX_STANDARD=11 -DBLA_VENDOR=$BACKEND"
@@ -83,7 +85,7 @@ script:
8385 - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then echo $LD_LIBRARY_PATH; fi
8486 - if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then echo $DYLD_LIBRARY_PATH; fi
8587 - echo "cmake .. ${CMAKE_OPTIONS}"
86- - cmake .. ${CMAKE_OPTIONS}
88+ - cmake .. ${CMAKE_OPTIONS} --debug-trycompile
8789 - make VERBOSE=1
8890 # - cmake --build .
8991 - |
You can’t perform that action at this time.
0 commit comments