You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trac #30560: Make openssl an optional dependency of python3
As discussed in #30556, if `openssl` is enabled using `--enable-openssl`
and neither `openssl` nor `python3` are available as system packages,
this makes sure that `openssl` is built before `python3`.
If system openssl is found via #30557, then `--enable-openssl` does NOT
trigger building openssl. Use `--enable-openssl --without-system-
openssl` if this is desired.
Part of #21700 Meta-ticket: Declare "optional" dependencies of packages
(a package manager's suggested/recommended packages)
URL: https://trac.sagemath.org/30560
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): John Palmieri
0 commit comments