Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -7,7 +7,7 @@ before_script: - sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' - sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' - apt-get update --yes - apt-get update --yes - apt-get install --yes cmake build-essential intel-mkl-2019.3-062 - apt-get install --yes cmake build-essential intel-mkl-2019.3-062 - /opt/intel/mkl/bin/mklvars.sh intel64 - source /opt/intel/mkl/bin/mklvars.sh intel64 - echo $MKLROOT - echo $MKLROOT build: build: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -7,7 +7,7 @@ before_script: - sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' - sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' - apt-get update --yes - apt-get update --yes - apt-get install --yes cmake build-essential intel-mkl-2019.3-062 - apt-get install --yes cmake build-essential intel-mkl-2019.3-062 - /opt/intel/mkl/bin/mklvars.sh intel64 - source /opt/intel/mkl/bin/mklvars.sh intel64 - echo $MKLROOT - echo $MKLROOT build: build: Loading