This is an automated email from the ASF dual-hosted git repository.
uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-dist.git
The following commit(s) were added to refs/heads/master by this push:
new 6580a6b [RPM] Remove duplicated -DARROW_ORC=ON (#26)
6580a6b is described below
commit 6580a6b7f7fd3d2e5f06b68fe606767db72faf9e
Author: Kouhei Sutou <[email protected]>
AuthorDate: Tue Jun 19 16:45:18 2018 +0900
[RPM] Remove duplicated -DARROW_ORC=ON (#26)
---
cpp-linux/yum/arrow.spec.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/cpp-linux/yum/arrow.spec.in b/cpp-linux/yum/arrow.spec.in
index 65c357e..013aaec 100644
--- a/cpp-linux/yum/arrow.spec.in
+++ b/cpp-linux/yum/arrow.spec.in
@@ -60,7 +60,6 @@ mkdir cpp/build
cd cpp/build
%cmake3 .. \
-DCMAKE_BUILD_TYPE=$build_type \
- -DARROW_ORC=ON \
%if %{use_python}
-DARROW_PYTHON=ON \
-DPythonInterp_FIND_VERSION=ON \