We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99767f0 commit 33b87c5Copy full SHA for 33b87c5
1 file changed
easybuild/toolchains/compiler/pgi.py
@@ -76,7 +76,7 @@ class Pgi(Compiler):
76
COMPILER_CC = 'pgcc'
77
COMPILER_CXX = 'pgc++'
78
79
- COMPILER_F77 = 'pgfortran'
+ COMPILER_F77 = 'pgf77'
80
COMPILER_F90 = 'pgfortran'
81
COMPILER_FC = 'pgfortran'
82
0 commit comments