Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Sep 27, 2024
1 parent 4b9e253 commit 88e0844
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/graphscope/gsctl/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -825,9 +825,9 @@ install_analytical_java_dependencies() {
# llvm
if [[ "${OS_PLATFORM}" == *"Darwin"* ]]; then
brew install llvm || true # prevent the `brew link` failure
export CC=${homebrew_prefix}/opt/llvm/bin/clang
export CXX=${homebrew_prefix}/opt/llvm/bin/clang++
export CPPFLAGS="${CPPFLAGS} -I${homebrew_prefix}/opt/llvm/include"
export CC=${HOMEBREW_PREFIX}/opt/llvm/bin/clang
export CXX=${HOMEBREW_PREFIX}/opt/llvm/bin/clang++
export CPPFLAGS="${CPPFLAGS} -I${HOMEBREW_PREFIX}/opt/llvm/include"
export CARGO_TARGET_X86_64_APPLE_DARWIN_LINKER=${CC}
elif [[ "${OS_PLATFORM}" == *"Ubuntu"* ]]; then
${SUDO} apt-get install -y llvm-11-dev lld-11 clang-11
Expand Down

0 comments on commit 88e0844

Please sign in to comment.