Skip to content

Commit fb453a4

Browse files
committed
[Comgr] Add dependency on libzstd1 for Debian
Comgr invokes the LLVM OffloadBundler API, which uses Zstd for compression/decompression. Because we don't directly depend on LLVM (only Clang and LLD), we need to manually add this dependency. We have already added it for RPM, and in this patch we add it for Debain also Change-Id: Icf508399251c35eb50e94a5625b420b77b9bce55
1 parent 26c693f commit fb453a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd/comgr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
465465
set(CPACK_DEBIAN_AMD-COMGR_PACKAGE_NAME comgr-static-dev)
466466
endif()
467467
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/ROCm/llvm-project/tree/amd-staging/amd/comgr")
468-
set(DEBIAN_DEPENDENCIES "zlib1g, libc6, libstdc++6, libgcc-s1")
468+
set(DEBIAN_DEPENDENCIES "libzstd1, zlib1g, libc6, libstdc++6, libgcc-s1")
469469
if (LLVM_LINK_LLVM_DYLIB)
470470
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libtinfo-dev, rocm-core, rocm-llvm-core, ${DEBIAN_DEPENDENCIES}")
471471
set(CPACK_DEBIAN_ASAN_PACKAGE_DEPENDS "libtinfo-dev, rocm-core-asan, rocm-llvm-core, ${DEBIAN_DEPENDENCIES}")

0 commit comments

Comments
 (0)