GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/166
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. - 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. - Move third party source files to third_party/src directory. - Update travis workflow. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hbdeshmukh/incubator-quickstep lean-third-party Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-quickstep/pull/166.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 #166 ---- commit 89f6f59078881e68b1916aab0dbd885512cd8cc6 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. - 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. - Move third party source files to third_party/src directory. - Update travis workflow. ---- --- 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. ---