Skip to content

Commit

Permalink
Travis CI: XCode 11.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Dec 13, 2019
1 parent 4c1c27d commit c011917
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ jobs:
before_install:
- CXX=clang++ && CC=clang
- perl --version
# Clang 10.0.0-apple + Python 3.7.2 @ OSX "mojave" with libc++
# Clang 10.0.0-apple + Python 3.7.2 @ OSX "highsierra" with libc++
- <<: *test-cpp-unit
name: AppleClang@10.0.0 -MPI +PY@3.7 +H5 -ADIOS1 +ADIOS2 libc++
os: osx
Expand All @@ -356,6 +356,20 @@ jobs:
before_install:
- CXX=clang++ && CC=clang
- perl --version
# Clang 11.0.0-apple + Python 3.7.2 @ OSX "mojave"
- <<: *test-cpp-unit
name: AppleClang@11.0.0 -MPI +PY@3.7 +H5 +ADIOS1 +ADIOS2
os: osx
osx_image: xcode11.2
sudo: required
language: generic
env:
- CXXSPEC="%clang@11.0.0" USE_MPI=OFF USE_PYTHON=ON USE_HDF5=ON USE_ADIOS1=ON USE_ADIOS2=ON USE_SAMPLES=ON
compiler: clang
script: *script-cpp-unit
before_install:
- CXX=clang++ && CC=clang
- perl --version
# GCC 4.9.4
- <<: *test-cpp-unit
name: gcc@4.9.4 -MPI -PY +H5 +ADIOS1 +ADIOS2
Expand Down
13 changes: 13 additions & 0 deletions .travis/spack/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ compilers:
fc: null
spec: clang@10.0.0
target: x86_64
- compiler:
environment: {}
extra_rpaths: []
flags: {}
modules: []
operating_system: mojave
paths:
cc: /usr/bin/clang
cxx: /usr/bin/clang++
f77: null
fc: null
spec: clang@11.0.0
target: x86_64
- compiler:
environment: {}
extra_rpaths: []
Expand Down
5 changes: 4 additions & 1 deletion .travis/spack/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ packages:
perl@5.22.4%clang@7.0.0 arch=linux-ubuntu16-x86_64: /usr
perl@5.18.2%clang@9.1.0 arch=darwin-highsierra-x86_64: /usr
perl@5.18.2%clang@10.0.0 arch=darwin-highsierra-x86_64: /usr
perl@5.18.2%clang@11.0.0 arch=darwin-mojave-x86_64: /usr
buildable: False
cmake:
version: [3.11.0]
Expand All @@ -26,6 +27,7 @@ packages:
cmake@3.11.0%clang@7.0.0 arch=linux-ubuntu16-x86_64: /home/travis/.cache/cmake-3.11.0
cmake@3.11.0%clang@9.1.0 arch=darwin-highsierra-x86_64: /Applications/CMake.app/Contents/
cmake@3.11.0%clang@10.0.0 arch=darwin-highsierra-x86_64: /Applications/CMake.app/Contents/
cmake@3.11.0%clang@11.0.0 arch=darwin-mojave-x86_64: /Applications/CMake.app/Contents/
buildable: False
openmpi:
version: [1.6.5, 1.10.2]
Expand Down Expand Up @@ -59,6 +61,7 @@ packages:
python@3.7.1%gcc@8.1.0 arch=linux-ubuntu16-x86_64: /home/travis/virtualenv/python3.7
python@3.7.2%clang@9.1.0 arch=darwin-highsierra-x86_64: /usr/local/opt/python
python@3.7.2%clang@10.0.0 arch=darwin-highsierra-x86_64: /usr/local/opt/python
python@3.7.2%clang@11.0.0 arch=darwin-mojave-x86_64: /usr/local/opt/python
buildable: False

# speed up builds of dependencies
Expand All @@ -73,4 +76,4 @@ packages:
all:
providers:
mpi: [openmpi]
compiler: [clang@5.0.0, clang@6.0.0, clang@7.0.0, clang@9.1.0, clang@10.0.0, gcc@4.8.5, gcc@4.9.4, gcc@6.5.0, gcc@7.4.0]
compiler: [clang@5.0.0, clang@6.0.0, clang@7.0.0, clang@9.1.0, clang@10.0.0, clang@11.0.0, gcc@4.8.5, gcc@4.9.4, gcc@6.5.0, gcc@7.4.0]

0 comments on commit c011917

Please sign in to comment.