Skip to content

Commit

Permalink
[Cylon] Change Python arrow name
Browse files Browse the repository at this point in the history
Signed-off-by: Arup Sarker <[email protected]>
  • Loading branch information
arupcsedu committed Jun 9, 2024
1 parent 5973935 commit 2ffb313
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
run: brew install re2 automake boost brotli c-ares ccache flatbuffers grpc llvm lz4 minio ninja [email protected] protobuf rapidjson snappy thrift wget zstd miniconda
- name: Conda Init
run: conda init $(basename ${SHELL})

- name: Include $CONDA in $PATH
run: echo ::add-path::$CONDA/bin

- uses: conda-incubator/setup-miniconda
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: cylon_dev
environment-file: conda/environments/cylon_MacOS.yml
Expand Down
3 changes: 1 addition & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,7 @@ if (${ARROW_BUILD_TYPE} STREQUAL "SYSTEM")
message(STATUS "Arrow dataset lib: ${ARROW_DATASET_LIB}")

if (PYCYLON_BUILD)
set(ARROW_PY_LIB ${ARROW_LIB_DIR})
find_library(ARROW_PY_LIB arrow_python ${CYLON_ARROW_VERSION} REQUIRED)
find_library(ARROW_PY_LIB pyarrow ${CYLON_ARROW_VERSION} REQUIRED)
message(STATUS "Arrow py lib: ${ARROW_PY_LIB}")
endif (PYCYLON_BUILD)

Expand Down

0 comments on commit 2ffb313

Please sign in to comment.