Skip to content

Commit

Permalink
walberla: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed May 11, 2023
1 parent c0d6d38 commit fd81608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ if(ESPRESSO_BUILD_WITH_WALBERLA)
FetchContent_Declare(
walberla
GIT_REPOSITORY https://i10git.cs.fau.de/walberla/walberla.git
GIT_TAG a839fac6ef7d0c58e7710e4d50490e9dd7146b4a
GIT_TAG 584c421722658fa8be564565156a371e9d946319
)
# workaround for https://gitlab.kitware.com/cmake/cmake/-/issues/21146
if(NOT DEFINED walberla_SOURCE_DIR OR NOT EXISTS "${walberla_SOURCE_DIR}")
Expand All @@ -613,6 +613,7 @@ if(ESPRESSO_BUILD_WITH_WALBERLA)
set(WALBERLA_BUILD_TUTORIALS off CACHE BOOL "")
set(WALBERLA_BUILD_SHOWCASES off CACHE BOOL "")
set(WALBERLA_BUILD_DOC off CACHE BOOL "")
set(WALBERLA_LOGLEVEL "WARNING" CACHE STRING "")
set(CMAKE_POSITION_INDEPENDENT_CODE on CACHE BOOL "")
if(ESPRESSO_BUILD_WITH_CUDA)
set(WALBERLA_BUILD_WITH_CUDA "on" CACHE BOOL "")
Expand Down
2 changes: 1 addition & 1 deletion testsuite/scripts/samples/test_lb_four_roller_mill.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2021 The ESPResSo project
# Copyright (C) 2021-2023 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand Down

0 comments on commit fd81608

Please sign in to comment.