aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Felton <39185762+philjdf@users.noreply.github.com>2019-10-30 18:47:48 +0000
committerRobert Schumacher <roschuma@microsoft.com>2019-10-30 11:47:48 -0700
commit694ecbd7348ff181e63a202916f7eea50c555a63 (patch)
tree224364c89945beab67bdb66c47327035f65014dd
parentbbabb7363a316030c3775b33b27e81be4874085d (diff)
downloadvcpkg-694ecbd7348ff181e63a202916f7eea50c555a63.tar.gz
vcpkg-694ecbd7348ff181e63a202916f7eea50c555a63.zip
[Arrow] Update to Arrow 0.15.1 (#8815)
* Arrow 0.15.0 * Arrow 0.15.1
-rw-r--r--ports/arrow/CONTROL2
-rw-r--r--ports/arrow/portfile.cmake5
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL
index 9650c7823..780568f03 100644
--- a/ports/arrow/CONTROL
+++ b/ports/arrow/CONTROL
@@ -1,5 +1,5 @@
Source: arrow
-Version: 0.14.1-1
+Version: 0.15.1
Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser
Homepage: https://github.com/apache/arrow
Description: Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations.
diff --git a/ports/arrow/portfile.cmake b/ports/arrow/portfile.cmake
index 3b8fc16d6..3bf029752 100644
--- a/ports/arrow/portfile.cmake
+++ b/ports/arrow/portfile.cmake
@@ -7,8 +7,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/arrow
- REF apache-arrow-0.14.1
- SHA512 f5493a62becaaee9d26e05f33509f51c98e96a5efd5d5bbdffdf70456c254b62075f1c9bc63d1119289a22d00359dfe9862078a284f8e063ecf13bd338a50728
+ REF apache-arrow-0.15.1
+ SHA512 f371c687ad8f944c3552f2111ee3c721b89fd0cea01c4ab64c22322fe1ad96f6feff851b6f5505d8522ff4a28e59f6cafa6ce1ee0bc291d83338e4297150dc9e
HEAD_REF master
PATCHES
all.patch
@@ -49,3 +49,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/cmake)
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/arrow RENAME copyright)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) \ No newline at end of file