Skip to content

Commit

Permalink
update to use work_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Feb 3, 2024
1 parent d96a16c commit a007cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/t/tbb.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def install_step(self):
'-DSYSTEM_NAME=Linux',
'-P tbb_config_installer.cmake',
]
run_shell_cmd(' '.join(cmd), path=os.path.join(self.builddir, 'cmake'))
run_shell_cmd(' '.join(cmd), work_dir=os.path.join(self.builddir, 'cmake'))

def sanity_check_step(self):
"""Custom sanity check for TBB"""
Expand Down

0 comments on commit a007cc7

Please sign in to comment.