From a7bb9a727bc3cd9f195b1bf33298ab0ae72e14b8 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 26 Sep 2023 23:19:31 +0200 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 78884c58f..42c87cf08 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,7 +9,7 @@ task: - export PATH=/opt/homebrew/opt/llvm/bin:$PATH - export LDFLAGS="-L/opt/homebrew/opt/llvm/lib" - export CPPFLAGS="-I/opt/homebrew/opt/llvm/include" - - make TARGET=VORTEX USE_OPENMP=1 CC=clang + - make TARGET=VORTEX CC=clang task: @@ -20,7 +20,7 @@ task: - export PATH=/opt/homebrew/opt/llvm/bin:$PATH - export LDFLAGS="-L/opt/homebrew/opt/llvm/lib" - export CPPFLAGS="-I/opt/homebrew/opt/llvm/include" - - make TARGET=VORTEX USE_OPENMP=1 CC=clang FC=flang-new + - make TARGET=VORTEX CC=clang task: