Skip to content

Commit cc91913

Browse files
authored
Merge pull request #217 from AMD-Lightning-Internal/amd/dev/jlambert/comgr-mainline-updated-debian-gcc-dep
[Comgr] Update debian gcc dependency (#153)
2 parents 1cc9451 + 6a4f93d commit cc91913

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
@@ -516,7 +516,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
516516
set(CPACK_DEBIAN_AMD-COMGR_PACKAGE_NAME comgr-static-dev)
517517
endif()
518518
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/ROCm/llvm-project/tree/amd-staging/amd/comgr")
519-
set(DEBIAN_DEPENDENCIES "libzstd1, zlib1g, libc6, libstdc++6, libgcc-s1")
519+
set(DEBIAN_DEPENDENCIES "libzstd1, zlib1g, libc6, libstdc++6, libgcc-s1 | libgcc1")
520520
if (LLVM_LINK_LLVM_DYLIB)
521521
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libtinfo-dev, rocm-core, rocm-llvm-core, ${DEBIAN_DEPENDENCIES}")
522522
set(CPACK_DEBIAN_ASAN_PACKAGE_DEPENDS "libtinfo-dev, rocm-core-asan, rocm-llvm-core, ${DEBIAN_DEPENDENCIES}")

0 commit comments

Comments
 (0)