Skip to content

Commit

Permalink
Merge pull request #687 from lukemartinlogan/master
Browse files Browse the repository at this point in the history
Update spack install for vfd
  • Loading branch information
lukemartinlogan authored Aug 15, 2024
2 parents 428e3d3 + 0e10b09 commit 76dd5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/hermes/packages/hermes/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ def cmake_args(self):
elif 'mpich' in self.spec:
args.append('-DHERMES_MPICH=ON')
if '+stdio' in self.spec:
args.append('-HERMES_ENABLE_STDIO_ADAPTER=ON')
args.append('-DHERMES_ENABLE_STDIO_ADAPTER=ON')
if '+vfd' in self.spec:
args.append('-HERMES_ENABLE_VFD=ON')
args.append('-DHERMES_ENABLE_VFD=ON')
if '+compress' in self.spec:
args.append(self.define('HERMES_ENABLE_COMPRESSION', 'ON'))
if '+encrypt' in self.spec:
Expand Down

0 comments on commit 76dd5ae

Please sign in to comment.