Skip to content

Commit

Permalink
try setting LD_LIBRARY_PATH to include libopenslide location
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Nov 17, 2023
1 parent dbaebab commit cac9f41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RAPIDS_PY_WHEEL_NAME="cucim_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-fro
# echo to expand wildcard before adding `[extra]` requires for pip
python -m pip install $(echo ./dist/cucim*.whl)[test]

# append folder containing libopenslide.so.0 to LD_LIBRARY_PATH
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu"

# Run smoke tests for aarch64 pull requests
if [[ "$(arch)" == "aarch64" && ${RAPIDS_BUILD_TYPE} == "pull-request" ]]; then
python ./ci/wheel_smoke_test.py
Expand Down

0 comments on commit cac9f41

Please sign in to comment.