We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c8dd3 commit b19120bCopy full SHA for b19120b
1 file changed
easybuild/toolchains/nvhpc.py
@@ -56,7 +56,7 @@ def __new__(cls, *args, **kwargs):
56
57
58
class NVHPCToolchain(NvidiaCompilersToolchain):
59
- """DEPRECATED alias for NvidiaCompilersToolchain."""
+ """DEPRECATED legacy compiler-only toolchain for NVHPC."""
60
DEPRECATED = True
61
NAME = 'NVHPC'
62
COMPILER_MODULE_NAME = ['NVHPC']
0 commit comments