forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve dependency install and build (facebookincubator#10920)
Summary: https://github.com/facebookincubator/velox/pull/10422/files added additional packages to be installed via brew. When the package versions are updated via brew, it can cause a build failure. See facebookincubator#10886 We must install or bundle fixed/supported versions to avoid this. Allow installed package headers to be picked up before brew/system package headers Add support for DEPENDENCY_DIR and INSTALL_PREFIX. Pull Request resolved: facebookincubator#10920 Reviewed By: kgpai Differential Revision: D62989022 Pulled By: Yuhta fbshipit-source-id: a10faa3212c32d6f9c0e301921a750e3b7142220
- Loading branch information
1 parent
a8a21a4
commit 66b5b0d
Showing
10 changed files
with
191 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.