From 19de2aae60b213df5030700ad591c94971f42f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 12 Jun 2025 11:23:28 +0200 Subject: [PATCH] =?UTF-8?q?macOS:=20bump=20to=20GCC=2015=20for=20=E2=80=9C?= =?UTF-8?q?use=5Fdll=E2=80=9D=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ModelTree.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModelTree.cc b/src/ModelTree.cc index f3fb9cd9..fc863761 100644 --- a/src/ModelTree.cc +++ b/src/ModelTree.cc @@ -1674,7 +1674,7 @@ ModelTree::findCompilerOnMacos(const string& mexext) Appleās clang is located both in /usr/bin/gcc and /usr/bin/clang, it automatically selects x86_64 or arm64 depending on the compile-time environment. */ - const string macos_gcc_version {"14"}; + const string macos_gcc_version {"15"}; if (filesystem::path global_gcc_path {"/usr/local/bin/gcc-" + macos_gcc_version}; exists(global_gcc_path) && mexext == "mexmaci64") -- GitLab