From dd6f70ec1e7be7c907b090a6b4f85914c12ccfd7 Mon Sep 17 00:00:00 2001 From: AntoineGautier Date: Fri, 20 Oct 2023 17:39:21 +0200 Subject: [PATCH 1/2] Update MBL commit # Related to MBL PR #3540. --- server/bin/install-modelica-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/bin/install-modelica-dependencies.sh b/server/bin/install-modelica-dependencies.sh index 20170e85..951d48b2 100755 --- a/server/bin/install-modelica-dependencies.sh +++ b/server/bin/install-modelica-dependencies.sh @@ -1,7 +1,7 @@ #!/bin/sh set -x -MODELICA_BUILDINGS_COMMIT=6036d14d2d3a12376dab886a62a40d3f475f68ab +MODELICA_BUILDINGS_COMMIT=cdd3fe8f4db0feaf821eb0f61c4d05635d98e957 MODELICA_JSON_COMMIT=a46a361c3047c0a2b3d1cfc9bc8b0a4ced16006a parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P ) From 66d1ae94af360ade98640ed02db5d88db2eb55d0 Mon Sep 17 00:00:00 2001 From: AntoineGautier Date: Wed, 25 Oct 2023 15:06:16 +0200 Subject: [PATCH 2/2] Update MBL commit # --- server/bin/install-modelica-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/bin/install-modelica-dependencies.sh b/server/bin/install-modelica-dependencies.sh index 951d48b2..9612394b 100755 --- a/server/bin/install-modelica-dependencies.sh +++ b/server/bin/install-modelica-dependencies.sh @@ -1,7 +1,7 @@ #!/bin/sh set -x -MODELICA_BUILDINGS_COMMIT=cdd3fe8f4db0feaf821eb0f61c4d05635d98e957 +MODELICA_BUILDINGS_COMMIT=6263b4788b2013a5a5ac3bf5ef163d453995058c MODELICA_JSON_COMMIT=a46a361c3047c0a2b3d1cfc9bc8b0a4ced16006a parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )