Skip to content

Commit 33b87c5

Browse files
committed
PGI: change COMPILER_F77 to pgf77 as suggested by @jhein32.
1 parent 99767f0 commit 33b87c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • easybuild/toolchains/compiler

easybuild/toolchains/compiler/pgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Pgi(Compiler):
7676
COMPILER_CC = 'pgcc'
7777
COMPILER_CXX = 'pgc++'
7878

79-
COMPILER_F77 = 'pgfortran'
79+
COMPILER_F77 = 'pgf77'
8080
COMPILER_F90 = 'pgfortran'
8181
COMPILER_FC = 'pgfortran'
8282

0 commit comments

Comments
 (0)