Skip to content

Commit

Permalink
Merge pull request #96 from isuruf/cross
Browse files Browse the repository at this point in the history
Support cross compilation
  • Loading branch information
isuruf authored Apr 13, 2023
2 parents 9c8e433 + 5b18d24 commit 04b48c9
Show file tree
Hide file tree
Showing 76 changed files with 1,267 additions and 85 deletions.
157 changes: 131 additions & 26 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
cuda_compiler:
- nvcc
cuda_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
cuda_compiler:
- nvcc
cuda_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
cuda_compiler:
- nvcc
cuda_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
cuda_compiler:
- nvcc
cuda_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-aarch64
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.0'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:10.0
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-aarch64
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.1'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:10.1
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-aarch64
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.2'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-aarch64
cuda_compiler:
- nvcc
cuda_compiler_version:
- '9.2'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:9.2
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
Loading

0 comments on commit 04b48c9

Please sign in to comment.