We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bf623 commit b6ae2b7Copy full SHA for b6ae2b7
packages/darma-vt/package.py
@@ -156,7 +156,7 @@ class DarmaVt(CMakePackage):
156
depends_on("mpi")
157
depends_on("darma-magistrate+kokkos", when="+kokkos")
158
depends_on("darma-magistrate~kokkos", when="~kokkos")
159
- depends_on("fmt@7.1.3", when="@develop,1.5:")
+ depends_on("fmt", when="@develop,1.5:")
160
161
sanity_check_is_dir = ["include/vt"]
162
sanity_check_is_file = ["cmake/vtConfig.cmake", "cmake/vtTargets.cmake"]
0 commit comments