-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make openssl an optional dependency of python3 #30560
Comments
comment:2
Best done with a change to the |
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
Commit: |
This comment has been minimized.
This comment has been minimized.
comment:6
Found a simpler solution than the previously discussed SAGE_TOOLCHAIN business. Needs review New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:9
This looks like it works, and the change makes sense. I couldn't completely test, though, since the To test, I did
built Do I need to find a system on which Python's |
comment:10
Replying to @jhpalmieri:
Right.
I think without this branch it should also have built |
comment:11
Replying to @jhpalmieri:
I don't think that's necessary |
comment:12
Replying to @mkoeppe:
Sorry. I actually ran |
Reviewer: John Palmieri |
comment:13
Good find with |
comment:14
Thanks! |
Changed branch from u/mkoeppe/build_optional_package_openssl_as_part_of_sage_toolchain to |
As discussed in #30556, if
openssl
is enabled using--enable-openssl
and neitheropenssl
norpython3
are available as system packages, this makes sure thatopenssl
is built beforepython3
.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)
CC: @mwageringel @slel @dimpase @orlitzky @jhpalmieri
Component: build
Author: Matthias Koeppe
Branch/Commit:
0c394ca
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/30560
The text was updated successfully, but these errors were encountered: