[
https://issues.apache.org/jira/browse/ARROW-16040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alenka Frim updated ARROW-16040:
--------------------------------
Description:
Add a note to C++ and Python development documentation about issues building on
M1 *inside conda env* with similar errors:
{code:java}
Invalid configuration `arm64-apple-darwin20.0.0': machine `arm64-apple' not
recognized
configure: error: /bin/sh build-aux/config.sub arm64-apple-darwin20.0.0 failed
{code}
suggesting the use of
{code:java}
"-DARROW_JEMALLOC=OFF"
{code}
was:
Add a note to C++ and Python development documentation about issues building on
M1 with similar errors:
{code:java}
Invalid configuration `arm64-apple-darwin20.0.0': machine `arm64-apple' not
recognized
configure: error: /bin/sh build-aux/config.sub arm64-apple-darwin20.0.0 failed
{code}
suggesting the use of
{code:java}
"-DARROW_JEMALLOC=OFF"
{code}
> [Doc][C++][Python]Building on M1 with conda and "-DARROW_JEMALLOC=OFF"
> ----------------------------------------------------------------------
>
> Key: ARROW-16040
> URL: https://issues.apache.org/jira/browse/ARROW-16040
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Documentation
> Reporter: Alenka Frim
> Priority: Major
>
> Add a note to C++ and Python development documentation about issues building
> on M1 *inside conda env* with similar errors:
> {code:java}
> Invalid configuration `arm64-apple-darwin20.0.0': machine `arm64-apple' not
> recognized
> configure: error: /bin/sh build-aux/config.sub arm64-apple-darwin20.0.0 failed
> {code}
> suggesting the use of
> {code:java}
> "-DARROW_JEMALLOC=OFF"
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)