Skip to content

Commit 88bfc61

Browse files
committed
MeDiPack update.
1 parent ff41da0 commit 88bfc61

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

meson_scripts/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def init_submodules(method = 'auto'):
4646
# The sha tag must be maintained manually to point to the correct commit
4747
sha_version_codi = '1b8d3f5f03de560fb63a2a76ad91ab7bb3fa67d8'
4848
github_repo_codi = 'https://github.com/scicompkl/CoDiPack'
49-
sha_version_medi = '783f6ab7e6d068714e855758b338edde0cf0e025'
49+
sha_version_medi = 'b84cef4272ab8bad981c0d0386d855daa8fbd340'
5050
github_repo_medi = 'https://github.com/SciCompKL/MeDiPack'
5151
sha_version_meson = '29ef4478df6d3aaca40c7993f125b29409be1de2'
5252
github_repo_meson = 'https://github.com/mesonbuild/meson'

preconfigure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def init_codi(argument_dict, modes, mpi_support = False, update = False):
289289
# The sha tag must be maintained manually to point to the correct commit
290290
sha_version_codi = '1b8d3f5f03de560fb63a2a76ad91ab7bb3fa67d8'
291291
github_repo_codi = 'https://github.com/scicompkl/CoDiPack'
292-
sha_version_medi = '783f6ab7e6d068714e855758b338edde0cf0e025'
292+
sha_version_medi = 'b84cef4272ab8bad981c0d0386d855daa8fbd340'
293293
github_repo_medi = 'https://github.com/SciCompKL/MeDiPack'
294294

295295
medi_name = 'MeDiPack'

0 commit comments

Comments
 (0)