From 50503f614fea19b9282e802c2911b4daceedd459 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 24 Mar 2021 22:07:43 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index edd7e1142..2d8f3552e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,7 +74,7 @@ jobs: steps: - script: | brew update - make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 CC=gcc-10 FC=gfortran-10 + make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 INTERFACE64=1 CC=gcc-10 FC=gfortran-10 - job: OSX_OpenMP_Clang pool: @@ -86,6 +86,6 @@ jobs: - script: | brew update brew install llvm libomp - make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 INTERFACE64=1 DEBUG=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10 + make USE_OPENMP=1 INTERFACE64=1 DEBUG=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10