Skip to content

Commit

Permalink
fix style and constraint mmg version
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Nov 3, 2024
1 parent 64c4f75 commit 44a2073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var/spack/repos/builtin/packages/parmmg/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class Parmmg(CMakePackage):
depends_on("c", type="build") # generated
depends_on("cxx", type="build") # generated
depends_on("fortran", type="build") # generated
depends_on("mmg")

depends_on("mmg", when="@:1.4.0")
depends_on("[email protected]: +private", when="@1.5.0:")
depends_on("metis")
depends_on("vtk", when="+vtk")
Expand Down

0 comments on commit 44a2073

Please sign in to comment.