Skip to content

Commit

Permalink
#16: depend on fmt and use external fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Aug 22, 2024
1 parent b9b7490 commit c1a682e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/darma-vt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class DarmaVt(CMakePackage):
depends_on("mpi")
depends_on("darma-magistrate+kokkos", when="+kokkos")
depends_on("darma-magistrate~kokkos", when="~kokkos")
depends_on("fmt")

sanity_check_is_dir = ["include/vt"]
sanity_check_is_file = ["cmake/vtConfig.cmake", "cmake/vtTargets.cmake"]
Expand Down Expand Up @@ -209,6 +210,7 @@ def cmake_args(self):
"-DUSE_STD_THREAD={}".format(
int(self.spec.variants["use_std_thread"].value)
),
"-Dvt_external_fmt=ON",
]

if self.spec.version > Version("1.3.0"):
Expand Down

0 comments on commit c1a682e

Please sign in to comment.