Skip to content

Commit

Permalink
Update package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt authored Aug 28, 2024
1 parent f985a4c commit ebdb836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/thapi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ class Thapi(AutotoolsPackage):
# We don't add Python as a runtime dependency of lttng to avoid python propagated as a runtime dependency of thapi
depends_on('python', type=('build'))

variant('strict', default=False, description='Enable -Werror during the build')
variant('strict', default=False, description='Enable -Werror during the build')
variant('mpi', default=False, description='Enable MPI support for the Sync Daemon')
def configure_args(self):
args = []
args.extend(self.enable_or_disable('mpi'))
Expand Down

0 comments on commit ebdb836

Please sign in to comment.