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

[jenkins] osx-gcc: switch to gcc 9

This commit is contained in:
Dylan Simon 2020-02-11 17:00:50 -05:00
parent 6cedb8aaaa
commit 8784480829

2
Jenkinsfile vendored
View File

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