Skip to content

Commit

Permalink
* Disabled Doc build for HyTeG
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Abelt committed Oct 4, 2023
1 parent a0ba845 commit 85c986c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion varats/varats/projects/cpp_projects/hyteg.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ def compile(self) -> None:

with local.cwd(hyteg_source / "build"):
with local.env(CC=str(cc_compiler), CXX=str(cxx_compiler)):
bb.watch(cmake)("..", "-DWALBERLA_BUILD_WITH_MPI=OFF")
bb.watch(cmake)(
"..", "-DWALBERLA_BUILD_WITH_MPI=OFF",
"-DHYTEG_BUILD_DOC=OFF"
)

with local.cwd(hyteg_source / "build" / "apps"):
bb.watch(make)("-j", get_number_of_jobs(bb_cfg()))
Expand Down

0 comments on commit 85c986c

Please sign in to comment.