Skip to content

Commit

Permalink
Update to GCC 11 (#522)
Browse files Browse the repository at this point in the history
This PR updates builds to use GCC 11.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Jordan Jacobelli (https://github.com/jjacobelli)

URL: #522
  • Loading branch information
bdice authored Mar 6, 2023
1 parent 0eea962 commit c16ec7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cucim/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
c_compiler_version:
- 9
- 11

cxx_compiler_version:
- 9
- 11

sysroot_version:
- "2.17"
4 changes: 2 additions & 2 deletions conda/recipes/libcucim/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
c_compiler_version:
- 9
- 11

cxx_compiler_version:
- 9
- 11

sysroot_version:
- "2.17"
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c16ec7e

Please sign in to comment.