From 6a977a953b7954960eacad4d1db16f2e8767cf64 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Fri, 23 Sep 2016 16:18:41 +0100 Subject: [PATCH] Make sure the install script works with gcc 5 --- deps/fortran/install.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deps/fortran/install.py b/deps/fortran/install.py index 9d4ab1d8..5383f5bc 100755 --- a/deps/fortran/install.py +++ b/deps/fortran/install.py @@ -223,6 +223,7 @@ def run(command, logfile): 'gfortran-mp-4.7', 'gfortran-mp-4.8', 'gfortran-mp-4.9', + 'gfortran-mp-5', 'gfortran', 'g95', 'pgfortran', @@ -267,6 +268,7 @@ def run(command, logfile): 'gcc-mp-4.7', 'gcc-mp-4.8', 'gcc-mp-4.9', + 'gcc-mp-5', 'gcc'] # Create test script @@ -304,6 +306,7 @@ def run(command, logfile): 'g++-mp-4.7', 'g++-mp-4.8', 'g++-mp-4.9', + 'g++-mp-5', 'g++'] # Create test script