Skip to content

Commit

Permalink
Move sysroot.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 11, 2024
1 parent fd49f99 commit 5e12162
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies:
- c-compiler
- cxx-compiler
- make
- sysroot_linux-64==2.17
specific:
- output_types: conda
matrices:
Expand All @@ -51,6 +50,16 @@ dependencies:
cuda: "12.*"
packages:
- gcc<13.0.0
- output_types: conda
matrices:
- matrix:
arch: x86_64
packages:
- sysroot_linux-64==2.17
- matrix:
arch: aarch64
packages:
- sysroot_linux-aarch64==2.17
- output_types: conda
matrices:
- matrix:
Expand Down

0 comments on commit 5e12162

Please sign in to comment.