Skip to content

Commit

Permalink
downgrade r_clang
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 24, 2024
1 parent d4aec40 commit 30ffd9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ requirements:
- r-tidyselect # [build_platform != target_platform]
- {{ compiler('c') }} # [not win]
- {{ compiler('cxx') }} # [not win]
- {{ compiler('r_clang') }} # [win]
# clang 18 is too strict to compile cpp11, see
# https://github.com/apache/arrow/issues/43398
- {{ compiler('r_clang') }} <18 # [win]
- {{ stdlib("c") }}
- pkg-config
- {{ posix }}make
Expand Down

0 comments on commit 30ffd9f

Please sign in to comment.