Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
acezen committed Jul 25, 2022
1 parent 32ac3b1 commit 4495f25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NETWORKX ?= ON
BUILD_TEST ?= OFF

# build java sdk option
ENABLE_JAVA_SDK ?= OFF
ENABLE_JAVA_SDK ?= ON

.PHONY: all
all: graphscope
Expand Down
2 changes: 1 addition & 1 deletion analytical_engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(analytical_engine LANGUAGES C CXX VERSION ${GRAPHSCOPE_ANALYTICAL_VERSIO

option(NETWORKX "networkx on?" ON)
option(BUILD_TESTS "Build unit test" ON)
option(ENABLE_JAVA_SDK "Build with support for java sdk" OFF)
option(ENABLE_JAVA_SDK "Build with support for java sdk" ON)

# Get system processor
execute_process(COMMAND uname -m OUTPUT_VARIABLE SYSTEM_PROCESSOR)
Expand Down
3 changes: 3 additions & 0 deletions scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,9 @@ install_deps_dev() {
if [[ ${GRAPE_JDK} == true ]]; then
install_fastFFI
else
{
echo "export ENABLE_JAVA_SDK=OFF"
} >> ${OUTPUT_ENV_FILE}
succ_msg=${succ_msg}"\n
Note: For simplify, The script is not install grape-jdk dependency by default. If you want to use grape jdk, use command:\n
$ ./install_deps.sh --grape_jdk
Expand Down

0 comments on commit 4495f25

Please sign in to comment.