Skip to content

Commit fad5d9f

Browse files
authored
Merge pull request #3929 from SebastianAchilles/intelfftw
make intelfftw toolchain component aware of GCCcore
2 parents 2a43839 + 90c0101 commit fad5d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/toolchains/fft/intelfftw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _set_fftw_variables(self):
6262
compsuff = '_intel'
6363
elif get_software_root('PGI'):
6464
compsuff = '_pgi'
65-
elif get_software_root('GCC'):
65+
elif get_software_root('GCC') or get_software_root('GCCcore'):
6666
compsuff = '_gnu'
6767
else:
6868
error_msg = "Not using Intel compilers, PGI nor GCC, don't know compiler suffix for FFTW libraries."

0 commit comments

Comments
 (0)