Skip to content

Commit 5e63fc6

Browse files
committed
Update for Debian 9 packages
1 parent 9ece45d commit 5e63fc6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,12 @@ if(EXISTS "/etc/redhat-release")
115115
if(LINUX_ISSUE MATCHES "8")
116116
set(CPACK_SYSTEM_NAME "jessie")
117117
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libpcre3, libpcrecpp0, libgmpxx4ldbl, libboost-python1.55.0, libboost-system1.55.0, libboost-filesystem1.55.0, libboost-program-options1.55.0, libboost-regex1.55.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1, texlive, texlive-latex-extra, python3-matplotlib, python3-mpmath, dvipng, python-sympy")
118-
message("-- This is a Debian 8.6 system")
118+
message("-- This is a Debian 8.x system")
119+
endif()
120+
if(LINUX_ISSUE MATCHES "9")
121+
set(CPACK_SYSTEM_NAME "stretch")
122+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libpcre3, libpcrecpp0, libgmpxx4ldbl, libboost-python1.62.0, libboost-system1.62.0, libboost-filesystem1.62.0, libboost-program-options1.62.0, libboost-regex1.62.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1v5, texlive, texlive-latex-extra, python3-matplotlib, python3-mpmath, dvipng, python-sympy")
123+
message("-- This is a Debian 9.x system")
119124
endif()
120125
endif()
121126
if(LINUX_ISSUE MATCHES "Ubuntu")

0 commit comments

Comments
 (0)