Skip to content

Commit f8c8968

Browse files
pierrepebaycz4rs
andauthored
#25: Remove fmt version specification
Co-authored-by: Cezary Skrzyński <[email protected]>
1 parent 5662b55 commit f8c8968

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
@@ -158,7 +158,7 @@ class DarmaVt(CMakePackage):
158158
depends_on("mpi")
159159
depends_on("darma-magistrate+kokkos", when="+kokkos")
160160
depends_on("darma-magistrate~kokkos", when="~kokkos")
161-
depends_on("fmt@:10", when="@develop,1.5:")
161+
depends_on("fmt", when="@develop,1.5:")
162162

163163
sanity_check_is_dir = ["include/vt"]
164164
sanity_check_is_file = ["cmake/vtConfig.cmake", "cmake/vtTargets.cmake"]

0 commit comments

Comments
 (0)