Neal Richardson created ARROW-9397:
--------------------------------------
Summary: [R] Pass CC/CXX to cmake when building libarrow in Linux
build
Key: ARROW-9397
URL: https://issues.apache.org/jira/browse/ARROW-9397
Project: Apache Arrow
Issue Type: Bug
Components: R
Reporter: Neal Richardson
Assignee: Neal Richardson
Fix For: 1.0.0
TL;DR one of CRAN's test machines uses a bespoke clang build that uses libc++
instead of libstdc++:
https://www.stats.ox.ac.uk/pub/bdr/Rconfig/r-devel-linux-x86_64-fedora-clang. R
may have various make conf set that it uses when compiling the R bindings in
`r/src`, and we need to use those settings when we shell out to cmake to build
Arrow C++. Package fails to load due to undefined symbols otherwise:
https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-clang/arrow-00install.html
--
This message was sent by Atlassian Jira
(v8.3.4#803005)