File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3838from easybuild .toolchains .compiler .gcc import TC_CONSTANT_GCC
3939from easybuild .toolchains .compiler .inteliccifort import TC_CONSTANT_INTELCOMP
4040from easybuild .toolchains .compiler .llvm_compilers import TC_CONSTANT_LLVM
41+ from easybuild .toolchains .compiler .nvidia_compilers import TC_CONSTANT_NVHPC
4142from easybuild .tools .build_log import EasyBuildError
4243from easybuild .tools .config import build_option
4344from easybuild .tools .filetools import apply_regex_substitutions
@@ -218,6 +219,7 @@ def configure_step(self):
218219 TC_CONSTANT_GCC : 'cpp' ,
219220 TC_CONSTANT_INTELCOMP : 'cpp' ,
220221 TC_CONSTANT_LLVM : 'clang -E' ,
222+ TC_CONSTANT_NVHPC : 'nvc -E' ,
221223 }
222224 comp_fam = self .toolchain .comp_family ()
223225 if comp_fam in cpp_dict :
You can’t perform that action at this time.
0 commit comments