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 5662b55 commit f8c8968Copy full SHA for f8c8968
packages/darma-vt/package.py
@@ -158,7 +158,7 @@ class DarmaVt(CMakePackage):
158
depends_on("mpi")
159
depends_on("darma-magistrate+kokkos", when="+kokkos")
160
depends_on("darma-magistrate~kokkos", when="~kokkos")
161
- depends_on("fmt@:10", when="@develop,1.5:")
+ depends_on("fmt", when="@develop,1.5:")
162
163
sanity_check_is_dir = ["include/vt"]
164
sanity_check_is_file = ["cmake/vtConfig.cmake", "cmake/vtTargets.cmake"]
0 commit comments