Skip to content

Commit

Permalink
Merge pull request #82 from regro-cf-autotick-bot/17.0.0_hde2a18
Browse files Browse the repository at this point in the history
r-arrow v17.0.0
  • Loading branch information
raulcd authored Jul 17, 2024
2 parents f76afc0 + 19ff8e3 commit e4edcd5
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 199 deletions.
16 changes: 4 additions & 12 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: 4 additions & 10 deletions .azure-pipelines/azure-pipelines-osx.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 @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
33 changes: 0 additions & 33 deletions .ci_support/linux_64_r_base4.2.yaml

This file was deleted.

File renamed without changes.
37 changes: 0 additions & 37 deletions .ci_support/linux_aarch64_r_base4.2.yaml

This file was deleted.

File renamed without changes.
33 changes: 0 additions & 33 deletions .ci_support/osx_64_r_base4.2.yaml

This file was deleted.

File renamed without changes.
33 changes: 0 additions & 33 deletions .ci_support/osx_arm64_r_base4.2.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

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

7 changes: 7 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.

44 changes: 8 additions & 36 deletions README.md

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "16.1.0" %}
{% set version = "17.0.0" %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}

Expand All @@ -8,11 +8,11 @@ package:

source:
url: https://dist.apache.org/repos/dist/release/arrow/arrow-{{ version }}/apache-arrow-{{ version }}.tar.gz
sha256: c9e60c7e87e59383d21b20dc874b17153729ee153264af6d21654b7dff2c60d7
sha256: 9d280d8042e7cf526f8c28d170d93bfab65e50f94569f6a790982a878d8d898d

build:
# Skip on Windows until build problems are fixed
skip: True # [win]
skip: true # [win]
merge_build_host: true # [win]
number: 0
rpaths:
Expand Down

0 comments on commit e4edcd5

Please sign in to comment.