From c0a56cfdf083523ebf3fceb02e8355b44d984f72 Mon Sep 17 00:00:00 2001 From: "Mulas, Giacomo" Date: Sun, 8 Dec 2024 09:14:58 +0100 Subject: [PATCH] - make sure on pipeline the codes are built without cublas --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24a87265..475daf9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -154,7 +154,7 @@ building_stage: - cat /etc/os-release - cd build - echo "Configuring with default compilers (MAGMA disabled)..." - - ./configure --without-magma --disable-offload --enable-refinement + - ./configure --without-magma --without-cublas --disable-offload --enable-refinement - make clean - echo "Building the default configuration..." - make -j -- GitLab