Skip to content

Commit b6ae2b7

Browse files
pierrepebaycz4rs
andcommitted
#25: Remove fmt version specification
Co-authored-by: Cezary Skrzyński <[email protected]>
1 parent 22bf623 commit b6ae2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/darma-vt/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class DarmaVt(CMakePackage):
156156
depends_on("mpi")
157157
depends_on("darma-magistrate+kokkos", when="+kokkos")
158158
depends_on("darma-magistrate~kokkos", when="~kokkos")
159-
depends_on("fmt@7.1.3", when="@develop,1.5:")
159+
depends_on("fmt", when="@develop,1.5:")
160160

161161
sanity_check_is_dir = ["include/vt"]
162162
sanity_check_is_file = ["cmake/vtConfig.cmake", "cmake/vtTargets.cmake"]

0 commit comments

Comments
 (0)