Antoine Pitrou created ARROW-3047:
-------------------------------------
Summary: [C++] cmake downloads and builds ORC even though it's
installed
Key: ARROW-3047
URL: https://issues.apache.org/jira/browse/ARROW-3047
Project: Apache Arrow
Issue Type: Bug
Components: C++
Affects Versions: 0.10.0
Reporter: Antoine Pitrou
I have installed orc 1.5.1 from conda-forge, but our cmake build chain still
tries to build protobuf and ORC from source (and fails).
{code:bash}
$ ls $CONDA_PREFIX/include/orc/
ColumnPrinter.hh Common.hh Exceptions.hh Int128.hh MemoryPool.hh
orc-config.hh OrcFile.hh Reader.hh Statistics.hh Type.hh Vector.hh
Writer.hh
$ ls -l $CONDA_PREFIX/lib/liborc*
-rw-rw-r-- 2 antoine antoine 1952298 juin 20 17:32
/home/antoine/miniconda3/envs/pyarrow/lib/liborc.a
{code}
[~jim.crist]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)