From 1565710a005674449300afad3457d45e50065ddb Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Wed, 28 Jun 2017 12:44:24 +0200 Subject: [PATCH] Fix specification for gcc-6 We decided to refer to modern gcc versions in a way that makes clear that we're aiming to test a suitable release from that major version, not any particular one. Refs #2161 Change-Id: Idd985d7e4e45b58aeb9bd4f711622a91017a18a4 --- admin/builds/pre-submit-matrix.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/builds/pre-submit-matrix.txt b/admin/builds/pre-submit-matrix.txt index 124f966871..06b3aa696c 100644 --- a/admin/builds/pre-submit-matrix.txt +++ b/admin/builds/pre-submit-matrix.txt @@ -32,8 +32,8 @@ gcc-4.8 gpu thread-mpi cuda-7.5 openmp release gcc-4.9 tsan fftpack simd=avx2_256 # Test newest gcc at time of release -# Test on MacOS (because gcc-6.1 is only available there) -gcc-6.1 double +# Test on MacOS (because gcc-6 is only available there) +gcc-6 double # Test older clang # Test double precision -- 2.11.4.GIT