From cae5a00e8038648414cbfa41b15dc41433f459c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 21 Dec 2023 11:20:44 +0100 Subject: [PATCH] Windows package: bump dependencies --- preprocessor | 2 +- windows/deps/versions.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/preprocessor b/preprocessor index 520876560d..5fa91a08f6 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit 520876560d5bb4c886a11de681557dd05cbc200e +Subproject commit 5fa91a08f68d04a8baac4f32dab9db62b5a3546f diff --git a/windows/deps/versions.mk b/windows/deps/versions.mk index dd34d6f079..455956e615 100644 --- a/windows/deps/versions.mk +++ b/windows/deps/versions.mk @@ -18,7 +18,7 @@ MATLAB64_VERSION = 20231122 ## Build dependencies # pacman -Ss mingw-w64-x86_64-boost -MINGW64_BOOST_VERSION = 1.83.0-2 +MINGW64_BOOST_VERSION = 1.84.0-1 # pacman -Ss mingw-w64-x86_64-gsl MINGW64_GSL_VERSION = 2.7.1-2 -- GitLab