Skip to content

Commit

Permalink
ARROW-3708: [Packaging] Support CMake files in Linux packages
Browse files Browse the repository at this point in the history
Author: Kouhei Sutou <[email protected]>

Closes #2913 from kou/packaging-support-cmake-files and squashes the following commits:

c9595b9 <Kouhei Sutou>  Support CMake files in Linux packages
  • Loading branch information
kou authored and kevingurney committed Jan 30, 2019
1 parent f172d89 commit 854d1d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ usr/lib/*/libarrow.so
usr/lib/*/pkgconfig/arrow.pc
usr/lib/*/pkgconfig/arrow-compute.pc
usr/lib/*/pkgconfig/arrow-orc.pc
usr/lib/*/cmake/arrow/
1 change: 1 addition & 0 deletions dev/tasks/linux-packages/debian/libarrow-dev.install
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ usr/lib/*/libarrow.so
usr/lib/*/pkgconfig/arrow.pc
usr/lib/*/pkgconfig/arrow-compute.pc
usr/lib/*/pkgconfig/arrow-orc.pc
usr/lib/*/cmake/arrow/
1 change: 1 addition & 0 deletions dev/tasks/linux-packages/yum/arrow.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Libraries and header files for Apache Arrow C++.
%{_libdir}/pkgconfig/arrow.pc
%{_libdir}/pkgconfig/arrow-compute.pc
%{_libdir}/pkgconfig/arrow-orc.pc
%{_libdir}/cmake/arrow/

%if %{use_python}
%package python-libs
Expand Down

0 comments on commit 854d1d2

Please sign in to comment.