You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/09/21 23:14:45 UTC

[arrow-dist] branch master updated: Add .pc for compute module (#9)

This is an automated email from the ASF dual-hosted git repository.

wesm 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 03b9238  Add .pc for compute module (#9)
03b9238 is described below

commit 03b9238483884f4adc4cc298251a99b2104dafbd
Author: Kouhei Sutou <ko...@cozmixng.org>
AuthorDate: Fri Sep 22 08:14:43 2017 +0900

    Add .pc for compute module (#9)
---
 cpp-linux/debian/libarrow-dev.install | 1 +
 cpp-linux/yum/arrow.spec.in           | 1 +
 2 files changed, 2 insertions(+)

diff --git a/cpp-linux/debian/libarrow-dev.install b/cpp-linux/debian/libarrow-dev.install
index 92b5574..c1752d0 100644
--- a/cpp-linux/debian/libarrow-dev.install
+++ b/cpp-linux/debian/libarrow-dev.install
@@ -4,3 +4,4 @@ usr/lib/*/libarrow_*.a
 usr/lib/*/libarrow.so
 usr/lib/*/libarrow_*.so
 usr/lib/*/pkgconfig/arrow.pc
+usr/lib/*/pkgconfig/arrow-compute.pc
diff --git a/cpp-linux/yum/arrow.spec.in b/cpp-linux/yum/arrow.spec.in
index 7865e94..70ed53e 100644
--- a/cpp-linux/yum/arrow.spec.in
+++ b/cpp-linux/yum/arrow.spec.in
@@ -126,6 +126,7 @@ Libraries and header files for Apache Arrow C++.
 %{_libdir}/libarrow.a
 %{_libdir}/libarrow.so
 %{_libdir}/pkgconfig/arrow.pc
+%{_libdir}/pkgconfig/arrow-compute.pc
 
 %if %{use_python}
 %package python-libs

-- 
To stop receiving notification emails like this one, please contact
['"commits@arrow.apache.org" <co...@arrow.apache.org>'].