Skip to content

Commit

Permalink
Another ssl attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 21, 2024
1 parent 74e337b commit 80f9e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opensuse-tumbleweed-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
zypper -n install --no-recommends rpmbuild git cmake python311-devel gcc-c++ \
gmp-devel libuuid-devel \
gtkmm3-devel sqlite3-devel \
python311-matplotlib openssl \
python311-matplotlib libopenssl-devel \
libboost_system-devel libboost_filesystem-devel \
libboost_date_time-devel libboost_program_options-devel
git config --global --add safe.directory /workspace
Expand Down
2 changes: 1 addition & 1 deletion cmake/packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if(EXISTS "/etc/redhat-release")
set(CPACK_RPM_PACKAGE_REQUIRES "python3-libs, gmp, libuuid, sqlite, gtkmm30, openssl, boost-system, boost-filesystem, boost-program-options, boost-regex, libstdc++, python3-matplotlib, python3-sympy")
set(CPACK_SYSTEM_NAME "fedora41")
else()
message(FATAL_ERROR "-- This is an old Fedora system <40, we do not support packaging for this anymore")
message(FATAL_ERROR "-- This is an old Fedora system <40, we do not support packaging for this anymore.")
endif()
endif()
else()
Expand Down

0 comments on commit 80f9e8c

Please sign in to comment.