Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PowerPC #66

Merged
merged 12 commits into from
May 13, 2021
4 changes: 4 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

8 changes: 4 additions & 4 deletions .ci_support/linux_64_cuda_compiler_version10.0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -15,14 +15,14 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:10.0
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- cuda_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
8 changes: 4 additions & 4 deletions .ci_support/linux_64_cuda_compiler_version10.1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -15,14 +15,14 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:10.1
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- cuda_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
8 changes: 4 additions & 4 deletions .ci_support/linux_64_cuda_compiler_version10.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -15,14 +15,14 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:10.2
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- cuda_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
8 changes: 4 additions & 4 deletions .ci_support/linux_64_cuda_compiler_version11.0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos7
channel_sources:
Expand All @@ -15,14 +15,14 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.0
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- cuda_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
8 changes: 4 additions & 4 deletions .ci_support/linux_64_cuda_compiler_version11.1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos7
channel_sources:
Expand All @@ -15,14 +15,14 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.1
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- cuda_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
8 changes: 4 additions & 4 deletions .ci_support/linux_64_cuda_compiler_version11.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos7
channel_sources:
Expand All @@ -15,14 +15,14 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.2
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- cuda_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
8 changes: 4 additions & 4 deletions .ci_support/linux_64_cuda_compiler_version9.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -15,14 +15,14 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:9.2
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- cuda_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
28 changes: 28 additions & 0 deletions .ci_support/linux_ppc64le_cuda_compiler_version10.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.2'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le-cuda:10.2
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
72 changes: 0 additions & 72 deletions .ci_support/migrations/cuda110.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .ci_support/migrations/windows_cuda.yaml

This file was deleted.

Loading