Skip to content

Commit

Permalink
Make sure the install script works with gcc 5
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 23, 2016
1 parent 7aef411 commit 6a977a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/fortran/install.py
Expand Up @@ -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',
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6a977a9

Please sign in to comment.