diff --git a/externals/codi b/externals/codi index 427c2dc754a6..ca5573d50f9a 160000 --- a/externals/codi +++ b/externals/codi @@ -1 +1 @@ -Subproject commit 427c2dc754a628ad3c9310c766c988ac5ce21bc7 +Subproject commit ca5573d50f9a54ba50d28a8639822a56d556240b diff --git a/meson_scripts/init.py b/meson_scripts/init.py index 3f0b0646a6f6..7b6ea828bd43 100755 --- a/meson_scripts/init.py +++ b/meson_scripts/init.py @@ -54,7 +54,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 = "427c2dc754a628ad3c9310c766c988ac5ce21bc7" + sha_version_codi = "ca5573d50f9a54ba50d28a8639822a56d556240b" github_repo_codi = "https://github.com/scicompkl/CoDiPack" sha_version_medi = "aafc2d1966ba1233640af737e71c77c1a86183fd" github_repo_medi = "https://github.com/SciCompKL/MeDiPack"