Skip to content

Commit

Permalink
Add missing boost dependency for py-mvdtool (#666)
Browse files Browse the repository at this point in the history
fixes #665
  • Loading branch information
pramodk committed Jan 26, 2020
1 parent 82b8b99 commit ea8b8a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/py-mvdtool/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class PyMvdtool(PythonPackage):
depends_on('[email protected]:', type='build')
depends_on('py-numpy', type='run')

depends_on('boost')
depends_on('mpi', when='+mpi')
depends_on('hdf5+mpi', type=('build', 'run'), when="+mpi")
depends_on('hdf5~mpi', type=('build', 'run'), when="~mpi")
Expand Down

0 comments on commit ea8b8a2

Please sign in to comment.