From ac1ccbc422cfcb3c61249e349ed5866be5e2a1b5 Mon Sep 17 00:00:00 2001 From: admercs Date: Tue, 23 Apr 2024 17:16:10 -0700 Subject: [PATCH] update gcc version --- scripts/build.sh | 2 +- scripts/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index f2234af4..72f7f252 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -49,7 +49,7 @@ DEBUG='false' USE_GCC='false' CMAKE_VERSION='3.29.2' -GCC_VERSION='13' +GCC_VERSION='12' CLANG_VERSION='17' PYTHON_VERSION='3.12' EIGEN_VERSION='3.4.0' diff --git a/scripts/setup.sh b/scripts/setup.sh index 24e091c2..4310082c 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -59,7 +59,7 @@ function abspath { # Static variables. CMAKE_VERSION='3.29.2' -GCC_VERSION='13' +GCC_VERSION='12' CLANG_VERSION='17' PYTHON_VERSION='3.12' EIGEN_VERSION='3.4.0'