3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-25 06:32:22 +02:00

[deb] Remove explicit cpp2py package dependency (deduced from triqs)

This commit is contained in:
Nils Wentzell 2019-01-22 10:21:09 -05:00
parent 29b5018018
commit 9d1a19b26f

View File

@ -44,7 +44,7 @@ if(NOT APP4TRIQS_VERSION)
set(APP4TRIQS_VERSION 0.1)
endif()
triqs_get_git_hash_of_source_dir(APP4TRIQS_GIT_HASH)
MESSAGE(STATUS "app4triqs version : ${APP4TRIQS_VERSION}")
message(STATUS "app4triqs version : ${APP4TRIQS_VERSION}")
message(STATUS "Git hash: ${APP4TRIQS_GIT_HASH}")
# Build and install the app4triqs library
@ -84,7 +84,7 @@ if(BUILD_DEBIAN_PACKAGE)
SET(CPACK_PACKAGE_VERSION ${APP4TRIQS_VERSION})
SET(CPACK_PACKAGE_CONTACT "https://github.com/TRIQS/app4triqs")
EXECUTE_PROCESS(COMMAND dpkg --print-architecture OUTPUT_VARIABLE CMAKE_DEBIAN_PACKAGE_ARCHITECTURE OUTPUT_STRIP_TRAILING_WHITESPACE)
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "triqs (>= 1.5), cpp2py (>= 1.5)")
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "triqs (>= 1.5)")
SET(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
SET(CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS ON)
INCLUDE(CPack)