From be833010b0532aa9eadd8e6119d0e90917cfeb22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Bl=C3=BChdorn?= Date: Thu, 1 Feb 2024 14:57:16 +0100 Subject: [PATCH 1/3] CoDiPack update. --- externals/codi | 2 +- meson_scripts/init.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/codi b/externals/codi index 0ad036f2c82..9ca6c382806 160000 --- a/externals/codi +++ b/externals/codi @@ -1 +1 @@ -Subproject commit 0ad036f2c8254fa7b77180a443d99248c047c877 +Subproject commit 9ca6c38280610b3ea5337ca3e5b5085ee1c66b59 diff --git a/meson_scripts/init.py b/meson_scripts/init.py index 6bda759c734..63955c2579e 100755 --- a/meson_scripts/init.py +++ b/meson_scripts/init.py @@ -55,7 +55,7 @@ def init_submodules( # This information of the modules is used if projects was not cloned using git # The sha tag must be maintained manually to point to the correct commit - sha_version_codi = "0ad036f2c8254fa7b77180a443d99248c047c877" + sha_version_codi = "9ca6c38280610b3ea5337ca3e5b5085ee1c66b59" github_repo_codi = "https://github.com/scicompkl/CoDiPack" sha_version_medi = "aafc2d1966ba1233640af737e71c77c1a86183fd" github_repo_medi = "https://github.com/SciCompKL/MeDiPack" From 90ead3fc4f04f5b98ce723383d75b93df54c94ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Bl=C3=BChdorn?= Date: Thu, 1 Feb 2024 15:04:19 +0100 Subject: [PATCH 2/3] OpDiLib update. --- externals/opdi | 2 +- meson_scripts/init.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/opdi b/externals/opdi index c42cca71a3d..93d05a762f1 160000 --- a/externals/opdi +++ b/externals/opdi @@ -1 +1 @@ -Subproject commit c42cca71a3d0b44fb482e268ecd40b623e71776b +Subproject commit 93d05a762f1b614a84767ea5ba75fd7e2c27f317 diff --git a/meson_scripts/init.py b/meson_scripts/init.py index 63955c2579e..529c44cc2cc 100755 --- a/meson_scripts/init.py +++ b/meson_scripts/init.py @@ -59,7 +59,7 @@ def init_submodules( github_repo_codi = "https://github.com/scicompkl/CoDiPack" sha_version_medi = "aafc2d1966ba1233640af737e71c77c1a86183fd" github_repo_medi = "https://github.com/SciCompKL/MeDiPack" - sha_version_opdi = "c42cca71a3d0b44fb482e268ecd40b623e71776b" + sha_version_opdi = "93d05a762f1b614a84767ea5ba75fd7e2c27f317" github_repo_opdi = "https://github.com/SciCompKL/OpDiLib" sha_version_meson = "41c650a040d50e0912d268af7a903a9ce1456dfa" github_repo_meson = "https://github.com/mesonbuild/meson" From ad9c69736d0ba4deaffa2ec2285c328c12af8c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Bl=C3=BChdorn?= Date: Thu, 1 Feb 2024 15:08:38 +0100 Subject: [PATCH 3/3] Update MeDiPack. --- externals/medi | 2 +- meson_scripts/init.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/medi b/externals/medi index aafc2d1966b..85711944f8d 160000 --- a/externals/medi +++ b/externals/medi @@ -1 +1 @@ -Subproject commit aafc2d1966ba1233640af737e71c77c1a86183fd +Subproject commit 85711944f8d5d03dd75c635f8a18e220b216040d diff --git a/meson_scripts/init.py b/meson_scripts/init.py index 529c44cc2cc..5507767dbd4 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 = "aafc2d1966ba1233640af737e71c77c1a86183fd" + sha_version_medi = "85711944f8d5d03dd75c635f8a18e220b216040d" github_repo_medi = "https://github.com/SciCompKL/MeDiPack" sha_version_opdi = "93d05a762f1b614a84767ea5ba75fd7e2c27f317" github_repo_opdi = "https://github.com/SciCompKL/OpDiLib"