From 6fe2b829267bdd227bae37cfbb9ef33039555724 Mon Sep 17 00:00:00 2001 From: Angelos Katharopoulos Date: Fri, 17 Jan 2025 18:00:24 -0800 Subject: [PATCH] Add gcc 13 to the linux build --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4971769df..6363fea37 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,6 +89,10 @@ jobs: pip install numpy sudo apt-get update sudo apt-get install libblas-dev liblapack-dev liblapacke-dev + sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa -y + sudo apt-get update + sudo apt install g++-13 gcc-13 + sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100 --slave /usr/bin/g++ g++ /usr/bin/g++-13 - run: name: Install Python package command: |