diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-05-21 11:34:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-21 11:34:54 -0700 |
| commit | a985f5b99def54b0729dbcaea89d7082b1089713 (patch) | |
| tree | 4bf0f50c775b03b6a0aa7a8c89b34ae3c2cdefb3 | |
| parent | 85211f3ab66e15c7669a1c14a25564afcf31e2e6 (diff) | |
| download | vcpkg-a985f5b99def54b0729dbcaea89d7082b1089713.tar.gz vcpkg-a985f5b99def54b0729dbcaea89d7082b1089713.zip | |
[arrow] Extract uriparser dependency (#6541)
| -rw-r--r-- | ports/arrow/CONTROL | 4 | ||||
| -rw-r--r-- | ports/arrow/portfile.cmake | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL index 587db48e0..8b194984d 100644 --- a/ports/arrow/CONTROL +++ b/ports/arrow/CONTROL @@ -1,4 +1,4 @@ Source: arrow -Version: 0.13.0-1 -Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, zstd, snappy, gflags, thrift, double-conversion, glog +Version: 0.13.0-2 +Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser 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 04dba12a8..3ccfcfb46 100644 --- a/ports/arrow/portfile.cmake +++ b/ports/arrow/portfile.cmake @@ -23,6 +23,7 @@ vcpkg_configure_cmake( PREFER_NINJA OPTIONS -DARROW_DEPENDENCY_SOURCE=SYSTEM + -Duriparser_SOURCE=SYSTEM -DARROW_BUILD_TESTS=off -DARROW_PARQUET=ON -DARROW_BUILD_STATIC=${ARROW_BUILD_STATIC} |
