Skip to content

Commit

Permalink
Specify c_stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Apr 25, 2024
1 parent 176d98c commit e37deec
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda/recipes/libraft/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ cuda_compiler:
cuda11_compiler:
- nvcc

c_stdlib:
- sysroot

c_stdlib_version:
- "2.17"

Expand Down
3 changes: 3 additions & 0 deletions conda/recipes/pylibraft/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ cuda_compiler:
cuda11_compiler:
- nvcc

c_stdlib:
- sysroot

c_stdlib_version:
- "2.17"

Expand Down
3 changes: 3 additions & 0 deletions conda/recipes/raft-ann-bench-cpu/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ c_compiler_version:
cxx_compiler_version:
- 11

c_stdlib:
- sysroot

c_stdlib_version:
- "2.17"

Expand Down
3 changes: 3 additions & 0 deletions conda/recipes/raft-ann-bench/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ cuda_compiler:
cuda11_compiler:
- nvcc

c_stdlib:
- sysroot

c_stdlib_version:
- "2.17"

Expand Down
3 changes: 3 additions & 0 deletions conda/recipes/raft-dask/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ cuda_compiler:
cuda11_compiler:
- nvcc

c_stdlib:
- sysroot

c_stdlib_version:
- "2.17"

Expand Down

0 comments on commit e37deec

Please sign in to comment.