Skip to content

Commit

Permalink
Rebuild with compilation (#18)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
2 parents 28242be + 8e69a36 commit 3d781b9
Show file tree
Hide file tree
Showing 15 changed files with 549 additions and 64 deletions.
40 changes: 40 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.

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.

11 changes: 11 additions & 0 deletions .ci_support/linux_64_r_base4.3.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -16,3 +24,6 @@ r_base:
- '4.3'
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
11 changes: 11 additions & 0 deletions .ci_support/linux_64_r_base4.4.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -16,3 +24,6 @@ r_base:
- '4.4'
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
28 changes: 28 additions & 0 deletions .ci_support/osx_64_r_base4.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
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.3'
target_platform:
- osx-64
28 changes: 28 additions & 0 deletions .ci_support/osx_64_r_base4.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
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
22 changes: 22 additions & 0 deletions .ci_support/win_64_r_base4.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
m2w64_c_compiler:
- gcc
m2w64_c_compiler_version:
- '13'
m2w64_c_stdlib:
- m2w64-sysroot
m2w64_c_stdlib_version:
- '12'
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.3'
target_platform:
- win-64
22 changes: 22 additions & 0 deletions .ci_support/win_64_r_base4.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
m2w64_c_compiler:
- gcc
m2w64_c_compiler_version:
- '13'
m2w64_c_stdlib:
- m2w64-sysroot
m2w64_c_stdlib_version:
- '12'
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.4'
target_platform:
- win-64
104 changes: 104 additions & 0 deletions .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 3d781b9

Please sign in to comment.