Skip to content

Commit 04d2723

Browse files
committed
It seems the most of debian package deps are not needed.
Becasue of extern package.
1 parent 89d0d7d commit 04d2723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/package.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE amd64)
1010
set(CPACK_DEBIAN_PACKAGE_MAINTAINER PaddlePaddle Dev <[email protected]>)
1111
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Paddle")
1212
set(CPACK_PACKAGE_DESCRIPTION "")
13-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libatlas3-base, libgflags2, libgoogle-glog0, libprotobuf8, libpython2.7, libstdc++6, python-numpy, python-pip, python-pip-whl, python-protobuf, curl")
13+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libpython2.7, libstdc++6, python-pip, curl")
1414
set(CPACK_DEBIAN_PACKAGE_SECTION Devel)
1515
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${PROJ_ROOT}/paddle/scripts/deb/postinst")
1616
#set(CPACK_GENERATOR "DEB")

0 commit comments

Comments
 (0)