Skip to content

Commit

Permalink
Arch Migrator (#12)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Aug 8, 2023
2 parents a651336 + adb8569 commit 289a1c6
Show file tree
Hide file tree
Showing 10 changed files with 146 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

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

26 changes: 26 additions & 0 deletions .ci_support/linux_aarch64_r_base4.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.2'
target_platform:
- linux-aarch64
26 changes: 26 additions & 0 deletions .ci_support/linux_aarch64_r_base4.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.3'
target_platform:
- linux-aarch64
22 changes: 22 additions & 0 deletions .ci_support/linux_ppc64le_r_base4.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.2'
target_platform:
- linux-ppc64le
2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

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

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

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

32 changes: 31 additions & 1 deletion README.md

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

2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ github:
branch_name: main
tooling_branch_name: main
provider:
linux_aarch64: default
linux_ppc64le: default
win: azure
7 changes: 5 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ source:

build:
merge_build_host: True # [win]
{% if r_base == "4.3" %}
skip: True # [ppc64le]
{% endif %}
number: 1
rpaths:
- lib/R/lib/
- lib/

requirements:
build:
- {{ compiler('c') }} # [not win]
- {{ compiler('m2w64_c') }} # [win]
- {{ compiler('c') }} # [not win]
- {{ compiler('m2w64_c') }} # [win]
- {{ posix }}filesystem # [win]
- {{ posix }}make
- {{ posix }}sed # [win]
Expand Down

0 comments on commit 289a1c6

Please sign in to comment.