Repository: parquet-cpp Updated Branches: refs/heads/master 149db622e -> 50073c30e
PARQUET-984: Add abi and so version to pkg-config Author: Uwe L. Korn <[email protected]> Closes #326 from xhochy/PARQUET-984 and squashes the following commits: 7b39a0f [Uwe L. Korn] PARQUET-984: Add abi and so version to pkg-config Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/50073c30 Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/50073c30 Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/50073c30 Branch: refs/heads/master Commit: 50073c30ef5cc89e9eca2538cc7be206444802c9 Parents: 149db62 Author: Uwe L. Korn <[email protected]> Authored: Mon May 15 10:29:41 2017 -0400 Committer: Wes McKinney <[email protected]> Committed: Mon May 15 10:29:41 2017 -0400 ---------------------------------------------------------------------- src/parquet/arrow/parquet-arrow.pc.in | 3 +++ src/parquet/parquet.pc.in | 3 +++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/50073c30/src/parquet/arrow/parquet-arrow.pc.in ---------------------------------------------------------------------- diff --git a/src/parquet/arrow/parquet-arrow.pc.in b/src/parquet/arrow/parquet-arrow.pc.in index 20056bc..2cfdddb 100644 --- a/src/parquet/arrow/parquet-arrow.pc.in +++ b/src/parquet/arrow/parquet-arrow.pc.in @@ -19,6 +19,9 @@ prefix=@CMAKE_INSTALL_PREFIX@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ +so_version=@PARQUET_SO_VERSION@ +abi_version=@PARQUET_ABI_VERSION@ + Name: Apache Parquet Apache Arrow adapter Description: Apache Parquet Apache arrow adapter provides Arrow IPC modules for reading and writing Parquet format. Version: @PARQUET_VERSION@ http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/50073c30/src/parquet/parquet.pc.in ---------------------------------------------------------------------- diff --git a/src/parquet/parquet.pc.in b/src/parquet/parquet.pc.in index e9ca677..9313d1f 100644 --- a/src/parquet/parquet.pc.in +++ b/src/parquet/parquet.pc.in @@ -19,6 +19,9 @@ prefix=@CMAKE_INSTALL_PREFIX@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ +so_version=@PARQUET_SO_VERSION@ +abi_version=@PARQUET_ABI_VERSION@ + Name: Apache Parquet Description: Apache Parquet is a columnar storage format. Version: @PARQUET_VERSION@
