Skip to content

Commit

Permalink
Better package names for ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 9, 2024
1 parent 916a3af commit 8a08b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-22.04-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name: Ubuntu-22.04 package

on: [release]
on: [push]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions cmake/packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ else()
message("-- This is an Ubuntu 20.04 system")
endif()
if(LINUX_ISSUE MATCHES "22.04")
set(CPACK_SYSTEM_NAME "jammy")
set(CPACK_SYSTEM_NAME "22.04-jammy")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libgmpxx4ldbl, 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")
message("-- This is an Ubuntu 22.04 system")
endif()
if(LINUX_ISSUE MATCHES "24.04")
set(CPACK_SYSTEM_NAME "noble")
set(CPACK_SYSTEM_NAME "24.04-noble")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libgmpxx4ldbl, 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, python3-matplotlib, python3-mpmath, python3-sympy, python3-gmpy2")
message("-- This is an Ubuntu 24.04 system")
endif()
Expand Down

0 comments on commit 8a08b3f

Please sign in to comment.