aboutsummaryrefslogtreecommitdiff
path: root/ports/orc/CONTROL
diff options
context:
space:
mode:
authorErwan BERNARD <edmBernard@users.noreply.github.com>2018-10-22 13:25:37 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-10-22 04:25:37 -0700
commit03266cc498138f026cbcf5754c8ff18a31c118d7 (patch)
tree2a5da966303946b7cabcdf44e4a074b13bf5bce2 /ports/orc/CONTROL
parenteb46ce1fbbdddcda3718e438d53171713e1d25d9 (diff)
downloadvcpkg-03266cc498138f026cbcf5754c8ff18a31c118d7.tar.gz
vcpkg-03266cc498138f026cbcf5754c8ff18a31c118d7.zip
[orc] add apache orc library (#4496)
* [orc] add apache orc library * [orc] Simplify patch. Note in usage that no targets are available. Don't build tools on windows because they are not supported. * [orc] Move tools to tools/orc/ to fix Linux build. * [orc] fix tools ouput folder
Diffstat (limited to 'ports/orc/CONTROL')
-rw-r--r--ports/orc/CONTROL4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/orc/CONTROL b/ports/orc/CONTROL
new file mode 100644
index 000000000..45532cad3
--- /dev/null
+++ b/ports/orc/CONTROL
@@ -0,0 +1,4 @@
+Source: orc
+Version: 1.5.2-f47e02c-2
+Build-Depends: zlib, protobuf, lz4, snappy, gtest
+Description: The smallest, fastest columnar storage for Hadoop workloads.