Skip to content

Commit

Permalink
[cmake] Fix maxent version in debian package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 2, 2023
1 parent b1e2190 commit 7c6ee56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if(BUILD_DEBIAN_PACKAGE AND NOT IS_SUBPROJECT)
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
set(CPACK_PACKAGE_CONTACT "https://github.com/TRIQS/${PROJECT_NAME}")
execute_process(COMMAND dpkg --print-architecture OUTPUT_VARIABLE CMAKE_DEBIAN_PACKAGE_ARCHITECTURE OUTPUT_STRIP_TRAILING_WHITESPACE)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "triqs (>= 3.2), triqs_cthyb (>= 3.2), triqs_dft_tools (>= 3.2), triqs_hartree_fock (>= 3.2), triqs_hubbardI (>= 3.2), triqs_maxent (>= 3.2)")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "triqs (>= 3.2), triqs_cthyb (>= 3.2), triqs_dft_tools (>= 3.2), triqs_hartree_fock (>= 3.2), triqs_hubbardI (>= 3.2), triqs_maxent (>= 1.2)")
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS ON)
include(CPack)
Expand Down

0 comments on commit 7c6ee56

Please sign in to comment.