Skip to content

Commit

Permalink
In Conda builds use GLIBC 2.28 + GCC 13 (#120)
Browse files Browse the repository at this point in the history
Update Conda's sysroot version to match the image version of GLIBC 2.28.
Also update the compilers to use GCC 13 as is already the case
throughout RAPIDS.

Part of issues:
* rapidsai/build-planning#131
* rapidsai/build-planning#129
  • Loading branch information
jakirkham authored Jan 22, 2025
1 parent b88deb7 commit 32094d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/recipes/pynvjitlink/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
c_compiler_version:
- 11
- 13

cxx_compiler_version:
- 11
- 13

c_stdlib:
- sysroot

c_stdlib_version:
- 2.17
- 2.28

cuda_compiler:
- cuda-nvcc

0 comments on commit 32094d5

Please sign in to comment.