Skip to content

Commit

Permalink
Add aarch64 and ppc64le support + rerender
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 13, 2019
1 parent 8dc85d2 commit 25a909c
Show file tree
Hide file tree
Showing 11 changed files with 400 additions and 9 deletions.
44 changes: 44 additions & 0 deletions .ci_support/linux_aarch64_python3.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
freetype:
- 2.9.1
icu:
- '64.2'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
freetype:
max_pin: x
icu:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
tk:
max_pin: x.x
python:
- '3.6'
tk:
- '8.6'
44 changes: 44 additions & 0 deletions .ci_support/linux_aarch64_python3.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
freetype:
- 2.9.1
icu:
- '64.2'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
freetype:
max_pin: x
icu:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
tk:
max_pin: x.x
python:
- '3.7'
tk:
- '8.6'
44 changes: 44 additions & 0 deletions .ci_support/linux_aarch64_python3.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
freetype:
- 2.9.1
icu:
- '64.2'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
freetype:
max_pin: x
icu:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
tk:
max_pin: x.x
python:
- '3.8'
tk:
- '8.6'
34 changes: 34 additions & 0 deletions .ci_support/linux_ppc64le_python3.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
docker_image:
- condaforge/linux-anvil-ppc64le
freetype:
- 2.9.1
icu:
- '64.2'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
freetype:
max_pin: x
icu:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
34 changes: 34 additions & 0 deletions .ci_support/linux_ppc64le_python3.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
docker_image:
- condaforge/linux-anvil-ppc64le
freetype:
- 2.9.1
icu:
- '64.2'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
freetype:
max_pin: x
icu:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
34 changes: 34 additions & 0 deletions .ci_support/linux_ppc64le_python3.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
docker_image:
- condaforge/linux-anvil-ppc64le
freetype:
- 2.9.1
icu:
- '64.2'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
freetype:
max_pin: x
icu:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '3.8'
78 changes: 78 additions & 0 deletions .drone.yml

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

27 changes: 27 additions & 0 deletions .travis.yml

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

Loading

0 comments on commit 25a909c

Please sign in to comment.