From 1688ec2566f17a418db3ecffd5b2daff74407bd0 Mon Sep 17 00:00:00 2001 From: Fernando Oleo Blanco Date: Tue, 19 Sep 2023 21:10:09 +0200 Subject: [PATCH 1/2] Update CoolProp version --- meson_scripts/init.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson_scripts/init.py b/meson_scripts/init.py index d71785b693f3..8b2f6486e6e5 100755 --- a/meson_scripts/init.py +++ b/meson_scripts/init.py @@ -67,7 +67,7 @@ def init_submodules( github_repo_ninja = "https://github.com/ninja-build/ninja" sha_version_mpp = "5ff579f43781cae07411e5ab46291c9971536be6" github_repo_mpp = "https://github.com/mutationpp/Mutationpp" - sha_version_coolprop = "0ce42fcf3bb2c373512bc825a4f0c1973a78f307" + sha_version_coolprop = "bafdea1f39ee873a6bb9833e3a21fe41f90b85e8" github_repo_coolprop = "https://github.com/CoolProp/CoolProp" sha_version_mel = "2484cd3258ef800a10e361016cb341834ee7930b" github_repo_mel = "https://github.com/pcarruscag/MEL" @@ -218,7 +218,7 @@ def submodule_status(path, sha_commit): cwd=sys.path[0], ) # to update CoolProp external libraries - if sha_commit == "0ce42fcf3bb2c373512bc825a4f0c1973a78f307": + if "CoolProp" in path: # update coolprop original_path = os.getcwd() print("update CoolProp") From 715b4a5c845203275b008f6bb6ef30b222b023e3 Mon Sep 17 00:00:00 2001 From: Fernando Oleo Blanco Date: Tue, 19 Sep 2023 21:46:55 +0200 Subject: [PATCH 2/2] Update CoolProp submodule --- subprojects/CoolProp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/CoolProp b/subprojects/CoolProp index 0ce42fcf3bb2..bafdea1f39ee 160000 --- a/subprojects/CoolProp +++ b/subprojects/CoolProp @@ -1 +1 @@ -Subproject commit 0ce42fcf3bb2c373512bc825a4f0c1973a78f307 +Subproject commit bafdea1f39ee873a6bb9833e3a21fe41f90b85e8