diff --git a/externals/codi b/externals/codi index eee1b5eea2d..0ad036f2c82 160000 --- a/externals/codi +++ b/externals/codi @@ -1 +1 @@ -Subproject commit eee1b5eea2ded8126c34c1415e3b9cf15a3e70f2 +Subproject commit 0ad036f2c8254fa7b77180a443d99248c047c877 diff --git a/meson_scripts/init.py b/meson_scripts/init.py index 4ca1095e6e1..6bda759c734 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 = "eee1b5eea2ded8126c34c1415e3b9cf15a3e70f2" + sha_version_codi = "0ad036f2c8254fa7b77180a443d99248c047c877" github_repo_codi = "https://github.com/scicompkl/CoDiPack" sha_version_medi = "aafc2d1966ba1233640af737e71c77c1a86183fd" github_repo_medi = "https://github.com/SciCompKL/MeDiPack"