Skip to content

Commit 846f934

Browse files
author
Kasper Peeters
committed
Add libtbb12 dependency for Ubuntu packages and AppImages.
1 parent 460251a commit 846f934

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/appimage-modern.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- libsqlite3-0
9393
- uuid-runtime
9494
- libssl3
95+
- libtbb12
9596
9697
# GTK and GUI dependencies
9798
- libgtkmm-3.0-1v5

cmake/packaging.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ else()
103103
endif()
104104
if(LINUX_ISSUE MATCHES "22.04")
105105
set(CPACK_SYSTEM_NAME "ubuntu-22.04-jammy-${STANDARD_ARCH_NAME}")
106-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libgmpxx4ldbl, libssl3, libboost-system1.74.0, libboost-filesystem1.74.0, libboost-program-options1.74.0, libboost-regex1.74.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1v5, python3-matplotlib, python3-mpmath, python3-sympy, python3-gmpy2")
106+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libtbb12, libgmpxx4ldbl, libssl3, libboost-system1.74.0, libboost-filesystem1.74.0, libboost-program-options1.74.0, libboost-regex1.74.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1v5, python3-matplotlib, python3-mpmath, python3-sympy, python3-gmpy2")
107107
message("-- This is an Ubuntu 22.04 system")
108108
endif()
109109
if(LINUX_ISSUE MATCHES "24.04")
110110
set(CPACK_SYSTEM_NAME "ubuntu-24.04-noble-${STANDARD_ARCH_NAME}")
111-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libgmpxx4ldbl, libssl3, libboost-system1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-regex1.83.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1t64, librsvg2-2, librsvg2-common, python3-matplotlib, python3-mpmath, python3-sympy, python3-gmpy2")
111+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libtbb12, libgmpxx4ldbl, libssl3, libboost-system1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-regex1.83.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1t64, librsvg2-2, librsvg2-common, python3-matplotlib, python3-mpmath, python3-sympy, python3-gmpy2")
112112
message("-- This is an Ubuntu 24.04 system")
113113
endif()
114114
endif()

0 commit comments

Comments
 (0)