We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72ef83 commit 153a7e6Copy full SHA for 153a7e6
.github/scripts/cmake.sh
@@ -83,9 +83,8 @@ echo '::endgroup::'
83
echo '::group::Build and run C++ example'
84
pushd examples/cpp/build
85
86
-ls -las /opt/conda/envs/ci/lib/
87
-ldd /opt/conda/envs/ci/lib/libpng.so
88
-ldconfig -p | grep libpng
+PATH="/opt/conda/envs/ci/lib/:${PATH}"
+ldd /opt/conda/envs/ci/lib/libpng16.so.16
89
90
cmake .. -DTorch_DIR="${Torch_DIR}" \
91
-DCMAKE_PREFIX_PATH="${CONDA_PREFIX}" \
0 commit comments