Skip to content

Commit

Permalink
Merge pull request #1018 from h-vetinari/cross_cuda_9
Browse files Browse the repository at this point in the history
[9.0.x] Cross-compile aarch64+CUDA; add ppc64le+CUDA
  • Loading branch information
h-vetinari authored Apr 22, 2023
2 parents bcf24e7 + b4b4060 commit ee09dd1
Show file tree
Hide file tree
Showing 44 changed files with 527 additions and 202 deletions.
98 changes: 57 additions & 41 deletions .azure-pipelines/azure-pipelines-linux.yml

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

24 changes: 12 additions & 12 deletions .azure-pipelines/azure-pipelines-osx.yml

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

24 changes: 12 additions & 12 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 @@ -43,7 +43,7 @@ libprotobuf:
lz4_c:
- 1.9.3
numpy:
- '1.20'
- '1.21'
openssl:
- '3'
orc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libprotobuf:
lz4_c:
- 1.9.3
numpy:
- '1.20'
- '1.21'
openssl:
- '3'
orc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libprotobuf:
lz4_c:
- 1.9.3
numpy:
- '1.20'
- '1.21'
openssl:
- '3'
orc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libprotobuf:
lz4_c:
- 1.9.3
numpy:
- '1.20'
- '1.21'
openssl:
- '3'
orc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cxx_compiler:
cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2
- quay.io/condaforge/linux-anvil-cuda:11.2
gflags:
- '2.2'
glog:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cxx_compiler:
cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2
- quay.io/condaforge/linux-anvil-cuda:11.2
gflags:
- '2.2'
glog:
Expand All @@ -47,7 +47,7 @@ libprotobuf:
lz4_c:
- 1.9.3
numpy:
- '1.20'
- '1.21'
openssl:
- '3'
orc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cxx_compiler:
cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2
- quay.io/condaforge/linux-anvil-cuda:11.2
gflags:
- '2.2'
glog:
Expand All @@ -47,7 +47,7 @@ libprotobuf:
lz4_c:
- 1.9.3
numpy:
- '1.20'
- '1.21'
openssl:
- '3'
orc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cxx_compiler:
cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2
- quay.io/condaforge/linux-anvil-cuda:11.2
gflags:
- '2.2'
glog:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cxx_compiler:
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
gflags:
- '2.2'
glog:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cxx_compiler:
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
gflags:
- '2.2'
glog:
Expand All @@ -47,7 +47,7 @@ libprotobuf:
lz4_c:
- 1.9.3
numpy:
- '1.20'
- '1.21'
openssl:
- '3'
orc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cxx_compiler:
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
gflags:
- '2.2'
glog:
Expand All @@ -47,7 +47,7 @@ libprotobuf:
lz4_c:
- 1.9.3
numpy:
- '1.20'
- '1.21'
openssl:
- '3'
orc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cxx_compiler:
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
gflags:
- '2.2'
glog:
Expand Down
Loading

0 comments on commit ee09dd1

Please sign in to comment.