From fd816088c2c105322fff3ad265bd59dca94bd49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Thu, 11 May 2023 18:55:25 +0200 Subject: [PATCH] walberla: Bump version --- CMakeLists.txt | 3 ++- testsuite/scripts/samples/test_lb_four_roller_mill.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d93a0b79f78..753f62efe8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") @@ -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 "") diff --git a/testsuite/scripts/samples/test_lb_four_roller_mill.py b/testsuite/scripts/samples/test_lb_four_roller_mill.py index 7ae082126c3..3366a150759 100644 --- a/testsuite/scripts/samples/test_lb_four_roller_mill.py +++ b/testsuite/scripts/samples/test_lb_four_roller_mill.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 The ESPResSo project +# Copyright (C) 2021-2023 The ESPResSo project # # This file is part of ESPResSo. #