Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions easybuild/easyblocks/b/boost.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ def configure_step(self):
toolset = 'intel-linux'
elif self.toolchain.comp_family() == toolchain.GCC:
toolset = 'gcc'
elif self.toolchain.comp_family() == toolchain.NVHPC:
toolset = 'pgi'
else:
raise EasyBuildError("Unknown compiler used, don't know what to specify to --with-toolset, aborting.")

Expand Down