Skip to content

Commit

Permalink
Re-enable R 4.1 builds on unix (#65)
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 May 14, 2023
2 parents de67068 + 47e32ea commit 0fe1d21
Show file tree
Hide file tree
Showing 8 changed files with 154 additions and 2 deletions.
8 changes: 8 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.

6 changes: 6 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

27 changes: 27 additions & 0 deletions .ci_support/linux_64_r_base4.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
31 changes: 31 additions & 0 deletions .ci_support/linux_aarch64_r_base4.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.1'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
27 changes: 27 additions & 0 deletions .ci_support/osx_64_r_base4.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '15'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.1'
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
27 changes: 27 additions & 0 deletions .ci_support/osx_arm64_r_base4.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '15'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.1'
target_platform:
- osx-arm64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
28 changes: 28 additions & 0 deletions README.md

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

2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ source:
sha256: ddd8347882775e53af7d0965a1902b7d8fcd0a030fd14f783d4f85e821352d52

build:
# 4.1 not usable anymore unless https://github.com/conda-forge/r-base-feedstock/pull/236 gets merged
skip: true # [unix and (r_base == "4.1")]
merge_build_host: true # [win]
number: 0
rpaths:
Expand Down

0 comments on commit 0fe1d21

Please sign in to comment.