Skip to content

Commit

Permalink
Add arrow in CMake dependency README (#11054)
Browse files Browse the repository at this point in the history
Summary:
#9992 adds `arrow` as a dependency, and this PR adds `arrow` in CMake dependency README.

Pull Request resolved: #11054

Reviewed By: xiaoxmeng

Differential Revision: D64520314

Pulled By: kgpai

fbshipit-source-id: 8bb29eabe39833f45f57757ed2de65a46be3a8ab
  • Loading branch information
zuyu authored and facebook-github-bot committed Oct 18, 2024
1 parent bc8c905 commit 671356a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMake/resolve_dependency_modules/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dependency List
Following is the list of libraries and their minimum version
that Velox requires. Some of these libraries can be installed
via a platform's package manager (eg. `brew` on MacOS).
via a platform's package manager (eg. `brew` on macOS).
The versions of certain libraries is the default provided by
the platform's package manager. Some libraries can be bundled
by Velox. See details on bundling below.
Expand Down Expand Up @@ -40,6 +40,7 @@ by Velox. See details on bundling below.
| libstemmer | 2.2.0 | Yes |
| DuckDB (testing) | 0.8.1 | Yes |
| cpr (testing) | 1.10.15 | Yes |
| arrow | 15.0.0 | Yes |

# Bundled Dependency Management
This module provides a dependency management system that allows us to automatically fetch and build dependencies from source if needed.
Expand Down

0 comments on commit 671356a

Please sign in to comment.