Skip to content

Commit

Permalink
Open the GAR compile option in vineyard
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>

Committed-by: acezen from Dev container
  • Loading branch information
acezen committed Mar 13, 2024
1 parent babf678 commit 37c53dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graphscope/gsctl/scripts/lib/install_vineyard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_vineyard() {
-DBUILD_VINEYARD_TESTS=OFF \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_VINEYARD_PYTHON_BINDINGS=ON \
-DBUILD_VINEYARD_GRAPH_WITH_GAR=OFF
-DBUILD_VINEYARD_GRAPH_WITH_GAR=ON
make -j"${jobs}"
make install
strip "${V6D_PREFIX}"/bin/vineyard* "${V6D_PREFIX}"/lib/libvineyard*
Expand Down

0 comments on commit 37c53dc

Please sign in to comment.