3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

[jenkins] Move to gcc 12 for osx builds

This commit is contained in:
Nils Wentzell 2023-06-06 10:43:19 -04:00
parent f830c378cd
commit 58dac3696d

2
Jenkinsfile vendored
View File

@ -58,7 +58,7 @@ for (int i = 0; i < dockerPlatforms.size(); i++) {
/****************** osx builds (on host) */
def osxPlatforms = [
["gcc", ['CC=gcc-11', 'CXX=g++-11', 'FC=gfortran-11']],
["gcc", ['CC=gcc-12', 'CXX=g++-12', 'FC=gfortran-12']],
["clang", ['CC=$BREW/opt/llvm/bin/clang', 'CXX=$BREW/opt/llvm/bin/clang++', 'FC=gfortran-11', 'CXXFLAGS=-I$BREW/opt/llvm/include', 'LDFLAGS=-L$BREW/opt/llvm/lib']]
]
for (int i = 0; i < osxPlatforms.size(); i++) {