From 6213603c5a7fa36067e1fd358779bae740fd1eec Mon Sep 17 00:00:00 2001 From: Paul Dechamps <paul.dechamps@uliege.be> Date: Thu, 14 Dec 2023 10:22:59 +0100 Subject: [PATCH] (pip) Fix pipeline Back to blaster docker image and remove MKL --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7777928..b082d46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: rboman/waves-py3:2020.3 + image: pdechamps/blaster:v1 before_script: - source /opt/intel/mkl/bin/mklvars.sh intel64 - source /opt/intel/tbb/bin/tbbvars.sh intel64 @@ -32,7 +32,7 @@ build: - rm -rf build workspace - mkdir build - cd build - - cmake -Wno-dev .. + - cmake -DUSE_MKL=False -Wno-dev .. - make -j 8 artifacts: paths: -- GitLab