Skip to content

Commit

Permalink
Change chfs +verbs variant to True by default
Browse files Browse the repository at this point in the history
  • Loading branch information
range3 committed Dec 2, 2023
1 parent 32491c6 commit 609ffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chfs/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Chfs(AutotoolsPackage):
version('1.0.0', sha256='315295bf10b3b3fb93620791e844c540f6f238b4eab6a5c56825c6b7896737a2')
# version('1.0.0-exp', git='', branch='experimental')

variant('verbs', default=False, description='enable verbs')
variant('verbs', default=True, description='enable verbs')
variant('pandoc', default=False, description='generate manual pages')
variant('pmemkv', default=True, description='use pmemkv instead of a POSIX backend')
variant('devdax', default=False, when='+pmemkv', description='enable devdax support')
Expand Down

0 comments on commit 609ffc2

Please sign in to comment.