Skip to content

Commit

Permalink
#16: constrain when fmt is used as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Jun 25, 2024
1 parent d3c4eda commit 2c99815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/darma-vt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class DarmaVt(CMakePackage):
depends_on("mpi")
depends_on("darma-detector")
depends_on("darma-checkpoint")
depends_on("fmt")
depends_on("fmt", when="@develop,1.5:")

sanity_check_is_dir = ["include/vt"]
sanity_check_is_file = ["cmake/vtConfig.cmake", "cmake/vtTargets.cmake"]
Expand Down

0 comments on commit 2c99815

Please sign in to comment.