mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
[jenkins] Move to gcc 12 for osx builds
This commit is contained in:
parent
f830c378cd
commit
58dac3696d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user