[
https://issues.apache.org/jira/browse/ARROW-2179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370335#comment-16370335
]
ASF GitHub Bot commented on ARROW-2179:
---------------------------------------
wesm closed pull request #1631: ARROW-2179: [C++] Install omitted headers in
arrow/util
URL: https://github.com/apache/arrow/pull/1631
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/cpp/src/arrow/util/CMakeLists.txt
b/cpp/src/arrow/util/CMakeLists.txt
index 8b61a3acf..41c27a58f 100644
--- a/cpp/src/arrow/util/CMakeLists.txt
+++ b/cpp/src/arrow/util/CMakeLists.txt
@@ -19,32 +19,11 @@
# arrow_util
#######################################
+file(GLOB_RECURSE ARROW_UTIL_HEADERS "*.h")
+
# Headers: top level
install(FILES
- bit-stream-utils.h
- bit-util.h
- bpacking.h
- compiler-util.h
- compression_brotli.h
- compression.h
- compression_lz4.h
- compression_snappy.h
- compression_zlib.h
- compression_zstd.h
- cpu-info.h
- decimal.h
- hash-util.h
- hash.h
- key_value_metadata.h
- logging.h
- macros.h
- parallel.h
- rle-encoding.h
- sse-util.h
- stl.h
- type_traits.h
- variant.h
- visibility.h
+ ${ARROW_UTIL_HEADERS}
DESTINATION include/arrow/util)
#######################################
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [C++] arrow/util/io-util.h missing from libarrow-dev
> ----------------------------------------------------
>
> Key: ARROW-2179
> URL: https://issues.apache.org/jira/browse/ARROW-2179
> Project: Apache Arrow
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: Rares Vernica
> Assignee: Wes McKinney
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> {{arrow/util/io-util.h}} is missing from the {{libarow-dev}} package
> (ubuntu/trusty):
> {code:java}
> > ls -1 /usr/include/arrow/util/
> bit-stream-utils.h
> bit-util.h
> bpacking.h
> compiler-util.h
> compression.h
> compression_brotli.h
> compression_lz4.h
> compression_snappy.h
> compression_zlib.h
> compression_zstd.h
> cpu-info.h
> decimal.h
> hash-util.h
> hash.h
> key_value_metadata.h
> logging.h
> macros.h
> parallel.h
> rle-encoding.h
> sse-util.h
> stl.h
> type_traits.h
> variant
> variant.h
> visibility.h
> {code}
> {code:java}
> > apt-cache show libarrow-dev
> Package: libarrow-dev
> Architecture: amd64
> Version: 0.8.0-2
> Multi-Arch: same
> Priority: optional
> Section: libdevel
> Source: apache-arrow
> Maintainer: Kouhei Sutou <[email protected]>
> Installed-Size: 5696
> Depends: libarrow0 (= 0.8.0-2)
> Filename: pool/trusty/universe/a/apache-arrow/libarrow-dev_0.8.0-2_amd64.deb
> Size: 602716
> MD5sum: de5f2bfafd90ff29e4b192f4e5d26605
> SHA1: e3d9146b30f07c07b62f8bdf9f779d0ee5d05a75
> SHA256: 30a89b2ac6845998f22434e660b1a7c9d91dc8b2ba947e1f4333b3cf74c69982
> SHA512:
> 99f511bee6645a68708848a58b4eba669a2ec8c45fb411c56ed2c920d3ff34552c77821eff7e428c886d16e450bdd25cc4e67597972f77a4255f302a56d1eac8
> Homepage: https://arrow.apache.org/
> Description: Apache Arrow is a data processing library for analysis
> .
> This package provides header files.
> Description-md5: e4855d5dbadacb872bf8c4ca67f624e3
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)