Skip to content

Commit 6002ec3

Browse files
committed
Update preconfigure script.
1 parent 7f23c81 commit 6002ec3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

preconfigure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ def init_codi(argument_dict, modes, mpi_support = False, update = False):
290290

291291
# This information of the modules is used if projects was not cloned using git
292292
# The sha tag must be maintained manually to point to the correct commit
293-
sha_version_codi = 'bd4a639c2fe625a80946c8365bd2976a2868cf46'
293+
sha_version_codi = 'b8ddede642eb2824a56c75cebddb79ba194c2ada'
294294
github_repo_codi = 'https://github.com/scicompkl/CoDiPack'
295-
sha_version_medi = '46a97e1d6e8fdd3cb42b06534cff6acad2a49693'
295+
sha_version_medi = '051753df5bb6e66c9fb6fbe4f2413c4ba187e81d'
296296
github_repo_medi = 'https://github.com/SciCompKL/MeDiPack'
297297

298298
medi_name = 'MeDiPack'

0 commit comments

Comments
 (0)