GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/168
DO NOT MERGE: Lean third party fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/zuyu/incubator-quickstep lean-third-party Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-quickstep/pull/168.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #168 ---- commit 9661f9568fb17cacb192470144f1703fe6fc49da Author: Harshad Deshmukh <hbdeshm...@apache.org> Date: 2017-01-10T20:42:26Z Make the third party directory leaner. - Added shell script to download prerequisite third party libs, instead of relying on pre-existing source files in the third party directory. - The shell script performs checks for the presence of required bash commands on the system, before starting to run. - Deleted third party library code for some modules. - Added re2 CMakeLists patch file. - Ignore warnings during re2 compilation. - Compilation fixes due to google benchmark upgrade. - Fixes for the compilation error in Window aggregation unit test. - Perform check for the current directory before running the third party scripts. - Created macro for setting GFLAG library name and use only gflags as a target. - Move third party source files to third_party/src directory. - Update travis workflow. - Upgrade cmake as required for benchmark library to be compiled in travis. - Added patch for linking rt library in benchmark. commit c8abfcdae6ccb906418c32926724483cbfd2fcb1 Author: Zuyu Zhang <zu...@apache.org> Date: 2017-01-28T22:22:13Z Downgraded gflags to 2.1.2 for the distributed version. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---