Skip to content

Commit

Permalink
Disable PGI build from travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Jun 20, 2018
1 parent 4ba3348 commit e8a347f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ matrix:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-7', 'gcc-7', 'gfortran-7', 'libfftw3-dev', 'lcov']

- os: linux
compiler: gcc
env:
- CACHE_NAME=linux-pgi-openmpi
- CXX_COMPILER='pgc++' C_COMPILER='pgcc' Fortran_COMPILER='pgfortran'
- MPI='openmpi'
- PGI_VERSION="CommunityEdition"
- ECKIT_CMAKE_OPTIONS="-DRT_LIB=/usr/lib/x86_64-linux-gnu/librt.so -DCURSES_LIBRARY=/usr/lib/x86_64-linux-gnu/libcurses.so"
- ATLAS_CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=DEBUG -DENABLE_FORTRAN=OFF" # Fortran tests known to be broken with pgi/17.10

- os: osx
env:
- CACHE_NAME=osx-clang-openmpi
Expand All @@ -90,6 +80,16 @@ matrix:
# - MPI=mpich
# osx_image: xcode9

# - os: linux
# compiler: gcc
# env:
# - CACHE_NAME=linux-pgi-openmpi
# - CXX_COMPILER='pgc++' C_COMPILER='pgcc' Fortran_COMPILER='pgfortran'
# - MPI='openmpi'
# - PGI_VERSION="CommunityEdition"
# - ECKIT_CMAKE_OPTIONS="-DRT_LIB=/usr/lib/x86_64-linux-gnu/librt.so -DCURSES_LIBRARY=/usr/lib/x86_64-linux-gnu/libcurses.so"
# - ATLAS_CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=DEBUG -DENABLE_FORTRAN=OFF" # Fortran tests known to be broken with pgi/17.10

before_install:

#################################################################
Expand Down

0 comments on commit e8a347f

Please sign in to comment.