mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
[jenkins] Move to gcc 13 for osx builds
This commit is contained in:
parent
28958123b0
commit
0aece02617
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -58,8 +58,8 @@ for (int i = 0; i < dockerPlatforms.size(); i++) {
|
|||||||
|
|
||||||
/****************** osx builds (on host) */
|
/****************** osx builds (on host) */
|
||||||
def osxPlatforms = [
|
def osxPlatforms = [
|
||||||
["gcc", ['CC=gcc-12', 'CXX=g++-12', 'FC=gfortran-12']],
|
["gcc", ['CC=gcc-13', 'CXX=g++-13', 'FC=gfortran-13']],
|
||||||
["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']]
|
["clang", ['CC=$BREW/opt/llvm/bin/clang', 'CXX=$BREW/opt/llvm/bin/clang++', 'FC=gfortran-13', 'CXXFLAGS=-I$BREW/opt/llvm/include', 'LDFLAGS=-L$BREW/opt/llvm/lib']]
|
||||||
]
|
]
|
||||||
for (int i = 0; i < osxPlatforms.size(); i++) {
|
for (int i = 0; i < osxPlatforms.size(); i++) {
|
||||||
def platformEnv = osxPlatforms[i]
|
def platformEnv = osxPlatforms[i]
|
||||||
|
Loading…
Reference in New Issue
Block a user