Skip to content

Commit 9cf9d5d

Browse files
authored
Merge pull request #1101 from su2code/fix_meson_init
Fix meson init script
2 parents 2b784da + 364ade1 commit 9cf9d5d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

meson_scripts/init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def init_submodules(method = 'auto'):
4444

4545
# This information of the modules is used if projects was not cloned using git
4646
# The sha tag must be maintained manually to point to the correct commit
47-
sha_version_codi = 'b8ddede642eb2824a56c75cebddb79ba194c2ada'
47+
sha_version_codi = '1b8d3f5f03de560fb63a2a76ad91ab7bb3fa67d8'
4848
github_repo_codi = 'https://github.com/scicompkl/CoDiPack'
49-
sha_version_medi = '051753df5bb6e66c9fb6fbe4f2413c4ba187e81d'
49+
sha_version_medi = '783f6ab7e6d068714e855758b338edde0cf0e025'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ def init_codi(argument_dict, modes, mpi_support = False, update = False):
289289

290290
# This information of the modules is used if projects was not cloned using git
291291
# The sha tag must be maintained manually to point to the correct commit
292-
sha_version_codi = 'b8ddede642eb2824a56c75cebddb79ba194c2ada'
292+
sha_version_codi = '1b8d3f5f03de560fb63a2a76ad91ab7bb3fa67d8'
293293
github_repo_codi = 'https://github.com/scicompkl/CoDiPack'
294-
sha_version_medi = '051753df5bb6e66c9fb6fbe4f2413c4ba187e81d'
294+
sha_version_medi = '783f6ab7e6d068714e855758b338edde0cf0e025'
295295
github_repo_medi = 'https://github.com/SciCompKL/MeDiPack'
296296

297297
medi_name = 'MeDiPack'

0 commit comments

Comments
 (0)