summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/gmsh/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gmsh/package.py b/var/spack/repos/builtin/packages/gmsh/package.py
index 5f8166b2d8..9651333ce9 100644
--- a/var/spack/repos/builtin/packages/gmsh/package.py
+++ b/var/spack/repos/builtin/packages/gmsh/package.py
@@ -91,6 +91,7 @@ class Gmsh(CMakePackage):
depends_on("zlib", when="+compression")
depends_on("metis", when="+metis+external")
depends_on("cgns", when="+cgns")
+ depends_on("cgns~scoping", when="+cgns @:4.7.1")
with when("+petsc"):
depends_on("petsc~int64")
depends_on("petsc+mpi", when="+mpi")