Skip to content

Commit 90c0101

Browse files
Also allow intelfftw on GCCcore
1 parent 6b1db3a commit 90c0101

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)