From 1db73c46261865c5a7cb19640cc4480ddd28497f Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 28 Feb 2023 16:16:55 -0600 Subject: [PATCH] Update to GCC 11. --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/recipes/cucim/conda_build_config.yaml | 4 ++-- conda/recipes/libcucim/conda_build_config.yaml | 4 ++-- dependencies.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 5d46021d7..90c70b5a7 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -13,7 +13,7 @@ dependencies: - cudatoolkit=11.8 - cupy >=10,<12.0.0a0 - cxx-compiler -- gcc_linux-64=9.* +- gcc_linux-64=11.* - imagecodecs>=2021.6.8 - ipython - jbig diff --git a/conda/recipes/cucim/conda_build_config.yaml b/conda/recipes/cucim/conda_build_config.yaml index c049d21fd..ccc49851a 100644 --- a/conda/recipes/cucim/conda_build_config.yaml +++ b/conda/recipes/cucim/conda_build_config.yaml @@ -1,8 +1,8 @@ c_compiler_version: - - 9 + - 11 cxx_compiler_version: - - 9 + - 11 sysroot_version: - "2.17" diff --git a/conda/recipes/libcucim/conda_build_config.yaml b/conda/recipes/libcucim/conda_build_config.yaml index c049d21fd..ccc49851a 100644 --- a/conda/recipes/libcucim/conda_build_config.yaml +++ b/conda/recipes/libcucim/conda_build_config.yaml @@ -1,8 +1,8 @@ c_compiler_version: - - 9 + - 11 cxx_compiler_version: - - 9 + - 11 sysroot_version: - "2.17" diff --git a/dependencies.yaml b/dependencies.yaml index 1fbff3985..f00fdeeeb 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -52,7 +52,7 @@ dependencies: - matrix: arch: x86_64 packages: - - gcc_linux-64=9.* + - gcc_linux-64=11.* - sysroot_linux-64==2.17 - yasm - matrix: