Skip to content

Commit

Permalink
fix the spack option: default-dreg
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed May 6, 2024
1 parent c6e0c4e commit 1703bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/spack/packages/lci/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def is_positive_int(val):
).with_default('auto').with_non_feature_values('auto'))
variant('multithread-progress', default=True,
description='Enable thread-safe LCI_progress function')
variant('default-dreg', default='auto', values=is_positive_int,
variant('default-dreg', default='auto',
description='Default: Whether to use registration cache')
variant('default-packet-size', default='auto', values=is_positive_int,
description='Default: Size of packet')
Expand Down

0 comments on commit 1703bb5

Please sign in to comment.