Skip to content

Commit

Permalink
Fix library versions for opensuse tumbleweed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 10, 2024
1 parent 6795cfd commit 3e3b440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opensuse-tumbleweed-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
gmp-devel libuuid-devel \
gtkmm3-devel \
python311-matplotlib \
libboost_system1_71_0-devel libboost_filesystem1_71_0-devel \
libboost_date_time1_71_0-devel libboost_program_options1_71_0-devel
libboost_system1_85_0-devel libboost_filesystem1_85_0-devel \
libboost_date_time1_85_0-devel libboost_program_options1_85_0-devel
git config --global --add safe.directory /workspace
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion cmake/packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else()
set(CPACK_SYSTEM_NAME "tumbleweed")
set(CPACK_GENERATOR "RPM")
message("-- This is an openSUSE Tumbleweed system")
set(CPACK_RPM_PACKAGE_REQUIRES "libpython3_7m1_0, libgmp10, libuuid1, libsqlite3-0, libgtkmm-3_0-1, libboost_system1_71_0, libboost_filesystem1_71_0, libboost_program_options1_71_0, libboost_regex1_71_0, libstdc++6, python3-matplotlib, python3-sympy")
set(CPACK_RPM_PACKAGE_REQUIRES "libpython3_11-1_0, libgmp10, libuuid1, libgtkmm-3_0-1, libboost_system1_85_0, libboost_filesystem1_85_0, libboost_program_options1_85_0, libboost_regex1_85_0, libstdc++6, python311-matplotlib, python311-sympy")
endif()
endif()
if(EXISTS "/etc/issue")
Expand Down

0 comments on commit 3e3b440

Please sign in to comment.