From 94f17b897f5e5558ea6eab7ecb1bf9b7cfa5da2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Bl=C3=BChdorn?= Date: Thu, 15 Feb 2024 12:16:39 +0100 Subject: [PATCH] MeDiPack update. --- externals/medi | 2 +- meson_scripts/init.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/medi b/externals/medi index 85711944f8d..ab3a7688f6d 160000 --- a/externals/medi +++ b/externals/medi @@ -1 +1 @@ -Subproject commit 85711944f8d5d03dd75c635f8a18e220b216040d +Subproject commit ab3a7688f6d518f8d940eb61a341d89f51922ba4 diff --git a/meson_scripts/init.py b/meson_scripts/init.py index a62080e6918..2384c2b68d0 100755 --- a/meson_scripts/init.py +++ b/meson_scripts/init.py @@ -57,7 +57,7 @@ def init_submodules( # The sha tag must be maintained manually to point to the correct commit sha_version_codi = "9ca6c38280610b3ea5337ca3e5b5085ee1c66b59" github_repo_codi = "https://github.com/scicompkl/CoDiPack" - sha_version_medi = "85711944f8d5d03dd75c635f8a18e220b216040d" + sha_version_medi = "ab3a7688f6d518f8d940eb61a341d89f51922ba4" github_repo_medi = "https://github.com/SciCompKL/MeDiPack" sha_version_opdi = "8c89798817253abb017d857a0ae7f0520187645c" github_repo_opdi = "https://github.com/SciCompKL/OpDiLib"