Skip to content

Commit

Permalink
build for arrow 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Dec 4, 2022
1 parent 23759c0 commit a9ee2d4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "9.0.0" %}
{% set version = "10.0.1" %}
{% 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: a9a033f0a3490289998f458680d19579cf07911717ba65afde6cb80070f7a9b5
sha256: c814e0670112a22c1a6ec03ab420a52ae236a9a42e9e438c3cbd37f37e658fb3

build:
merge_build_host: true # [win]
number: 1
number: 0
rpaths:
- lib/R/lib/
- lib/
Expand All @@ -26,7 +26,6 @@ requirements:
- r-purrr # [build_platform != target_platform]
- r-rlang # [build_platform != target_platform]
- r-tidyselect # [build_platform != target_platform]
- python 3.9 # [build_platform != target_platform]
- {{ compiler('c') }} # [not win]
- {{ compiler('cxx') }} # [not win]
- {{ compiler('r_clang') }} # [win]
Expand All @@ -39,8 +38,8 @@ requirements:
host:
# Needs to be here, otherwise merge_build_host runs into issues
- pkg-config # [win]
- libarrow {{ version }}
- r-base
- arrow-cpp {{ version }}
- r-r6
- r-cpp11
- r-assertthat
Expand Down

0 comments on commit a9ee2d4

Please sign in to comment.