We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0768a7 commit 02a2183Copy full SHA for 02a2183
1 file changed
easybuild/toolchains/gcccore.py
@@ -38,6 +38,7 @@
38
# At GCCcore level we do not allow OpenMP
39
GCCCORE_BANNED_LIBRARIES = ['libgomp.so']
40
41
+
42
class GCCcore(Gcc):
43
"""Compiler-only toolchain, including only GCC and binutils."""
44
NAME = 'GCCcore'
0 commit comments