Skip to content

Commit a15c4ce

Browse files
committed
Force bundling nvcomp (tmp commit)
Signed-off-by: Michał Szołucha <[email protected]>
1 parent d3304d7 commit a15c4ce

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

dali/python/bundle-wheel.sh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,11 @@ DEPS_LIST=(
144144
"lib/libnvcv_types_d.so.0"
145145
)
146146

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
147+
DEPS_LIST+=(
148+
"${DEPS_PATH}/cuda/lib64/libnvcomp.so.4"
149+
"${DEPS_PATH}/cuda/lib64/libnvcomp_gdeflate.so"
150+
"${DEPS_PATH}/cuda/lib64/libnvcomp_bitcomp.so"
151+
)
154152

155153
TMPDIR=$(mktemp -d)
156154
pushd $TMPDIR

0 commit comments

Comments
 (0)