Skip to content

Commit

Permalink
update gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Apr 24, 2024
1 parent ca1fe87 commit ac1ccbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ac1ccbc

Please sign in to comment.