Skip to content

Commit

Permalink
Merge pull request #603 from PCMDI/cmor_3.6.0
Browse files Browse the repository at this point in the history
Pin clang_osx-64 9.0.1
  • Loading branch information
mauzey1 authored May 19, 2020
2 parents db9a348 + 4e49698 commit def2d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
environment:
PYTHON_VERSION: "2.7"
WORKDIR: "workspace/test_macos_cmor"
CONDA_COMPILERS: "clang_osx-64>=9 gfortran_osx-64>=7"
CONDA_COMPILERS: "clang_osx-64==9.0.1 gfortran_osx-64>=7"
LDSHARED_FLAGS: "-bundle -undefined dynamic_lookup"
UVCDAT_ANONYMOUS_LOG: "False"
OS: "osx-64"
Expand All @@ -130,7 +130,7 @@ jobs:
environment:
PYTHON_VERSION: "3.6"
WORKDIR: "workspace/test_macos_cmor"
CONDA_COMPILERS: "clang_osx-64>=9 gfortran_osx-64>=7"
CONDA_COMPILERS: "clang_osx-64==9.0.1 gfortran_osx-64>=7"
LDSHARED_FLAGS: "-bundle -undefined dynamic_lookup"
UVCDAT_ANONYMOUS_LOG: "False"
OS: "osx-64"
Expand All @@ -151,7 +151,7 @@ jobs:
environment:
PYTHON_VERSION: "3.7"
WORKDIR: "workspace/test_macos_cmor"
CONDA_COMPILERS: "clang_osx-64>=9 gfortran_osx-64>=7"
CONDA_COMPILERS: "clang_osx-64==9.0.1 gfortran_osx-64>=7"
LDSHARED_FLAGS: "-bundle -undefined dynamic_lookup"
UVCDAT_ANONYMOUS_LOG: "False"
OS: "osx-64"
Expand All @@ -172,7 +172,7 @@ jobs:
environment:
PYTHON_VERSION: "3.8"
WORKDIR: "workspace/test_macos_cmor"
CONDA_COMPILERS: "clang_osx-64>=9 gfortran_osx-64>=7"
CONDA_COMPILERS: "clang_osx-64==9.0.1 gfortran_osx-64>=7"
LDSHARED_FLAGS: "-bundle -undefined dynamic_lookup"
UVCDAT_ANONYMOUS_LOG: "False"
OS: "osx-64"
Expand Down

0 comments on commit def2d2b

Please sign in to comment.