Skip to content

Commit

Permalink
Update packages/thapi/package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt authored May 15, 2024
1 parent ffd838b commit e1aff52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/thapi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Thapi(AutotoolsPackage):
variant('strict', default=False, description='Enable -Werror during the build')
variant('mpi', default=False, description='MPI will be used in the Sync Daemon')
with when("+mpi"):
depends_on('mpi', type=('build','run'))
depends_on('mpi', type=('build', 'run'))
def configure_args(self):
args = []
args.extend(self.enable_or_disable('strict'))
Expand Down

0 comments on commit e1aff52

Please sign in to comment.