Skip to content

Commit

Permalink
Merge pull request spack#140 from BlueBrain/zee/gmsh-oce
Browse files Browse the repository at this point in the history
zee: now requires gmsh with +oce variant
  • Loading branch information
Tristan Carel authored Nov 9, 2018
2 parents 321dd99 + 2012238 commit 2542fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/zee/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zee(CMakePackage):
description='Compile examples using PETSc')
depends_on('cmake@3:', type='build')
depends_on('pkg-config', type='build')
depends_on('gmsh@:3 -mpi %gcc')
depends_on('gmsh@:3 +oce -mpi %gcc')
depends_on('mpi')
depends_on('omega-h')
depends_on('petsc +int64', when='+petsc')
Expand Down

0 comments on commit 2542fa0

Please sign in to comment.