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 d3304d7 commit a15c4ceCopy full SHA for a15c4ce
dali/python/bundle-wheel.sh
@@ -144,13 +144,11 @@ DEPS_LIST=(
144
"lib/libnvcv_types_d.so.0"
145
)
146
147
-if [ "$BUNDLE_NVCOMP" = "YES" ]; then
148
- DEPS_LIST+=(
149
- "${DEPS_PATH}/cuda/lib64/libnvcomp.so.4"
150
- "${DEPS_PATH}/cuda/lib64/libnvcomp_gdeflate.so"
151
- "${DEPS_PATH}/cuda/lib64/libnvcomp_bitcomp.so"
152
- )
153
-fi
+DEPS_LIST+=(
+ "${DEPS_PATH}/cuda/lib64/libnvcomp.so.4"
+ "${DEPS_PATH}/cuda/lib64/libnvcomp_gdeflate.so"
+ "${DEPS_PATH}/cuda/lib64/libnvcomp_bitcomp.so"
+)
154
155
TMPDIR=$(mktemp -d)
156
pushd $TMPDIR
0 commit comments