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

[jenkins] osx-gcc: use a consistent gfortran

but what should clang be using?
This commit is contained in:
Dylan Simon 2020-01-23 18:32:32 -05:00
parent a167933b34
commit 3111d800b5

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-7', 'CXX=g++-7', 'FC=gfortran-7']],
["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++) {