Skip to content

Commit

Permalink
Merge pull request #87 from regro-cf-autotick-bot/rebuild-r-base44_an…
Browse files Browse the repository at this point in the history
…d_m2w64-ucrt-0-1_hfe771b

Rebuild for r-base 4.4 and UCRT mingw toolchain
  • Loading branch information
jdblischak authored Sep 10, 2024
2 parents ae28f80 + ff8cd7c commit c699223
Show file tree
Hide file tree
Showing 21 changed files with 483 additions and 26 deletions.
16 changes: 12 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

14 changes: 10 additions & 4 deletions .azure-pipelines/azure-pipelines-osx.yml

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

55 changes: 55 additions & 0 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 @@ -11,7 +11,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
Expand Down
27 changes: 27 additions & 0 deletions .ci_support/linux_64_r_base4.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
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.4'
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
Expand Down
31 changes: 31 additions & 0 deletions .ci_support/linux_aarch64_r_base4.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
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.4'
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
50 changes: 50 additions & 0 deletions .ci_support/migrations/r-base44_and_m2w64-ucrt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
migrator_ts: 1718391654
__migrator:
kind: version
migration_number: 1
bump_number: 1
commit_message: "Rebuild for r-base 4.4 and UCRT mingw toolchain"
primary_key: r_base
automerge: True
longterm: True
include_noarch: True
pr_limit: 40
override_cbc_keys:
- r-base
- r_base
- m2w64_c_compiler_stub
- m2w64_cxx_compiler_stub
- m2w64_fortran_compiler_stub
ordering:
m2w64_c_compiler:
- m2w64-toolchain
- gcc
m2w64_cxx_compiler:
- m2w64-toolchain
- gxx
m2w64_fortran_compiler:
- m2w64-toolchain
- gfortran
m2w64_c_stdlib:
- m2w64-toolchain
- m2w64-sysroot

r_base:
- 4.3
- 4.4
m2w64_c_compiler: # [win]
- gcc # [win]
m2w64_c_compiler_version: # [win]
- 13 # [win]
m2w64_cxx_compiler: # [win]
- gxx # [win]
m2w64_cxx_compiler_version: # [win]
- 13 # [win]
m2w64_fortran_compiler: # [win]
- gfortran # [win]
m2w64_fortran_compiler_version: # [win]
- 13 # [win]
m2w64_c_stdlib: # [win]
- m2w64-sysroot # [win]
m2w64_c_stdlib_version: # [win]
- 12 # [win]
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
Expand Down
26 changes: 26 additions & 0 deletions .ci_support/osx_64_r_base4.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.14'
MACOSX_SDK_VERSION:
- '10.14'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.14'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
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.4'
target_platform:
- osx-64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
- '17'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
Expand Down
26 changes: 26 additions & 0 deletions .ci_support/osx_arm64_r_base4.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.4'
target_platform:
- osx-arm64
16 changes: 16 additions & 0 deletions .ci_support/win_64_r_base4.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.3'
target_platform:
- win-64
16 changes: 16 additions & 0 deletions .ci_support/win_64_r_base4.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.4'
target_platform:
- win-64
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.

Loading

0 comments on commit c699223

Please sign in to comment.