-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
build/pkgs: Split out spkg liblzma from xz #30948
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
Python should be able handle uncompressing |
comment:3
We could test
for example. |
comment:4
I guess this shouldn't be necessary: |
comment:5
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:6
If |
Dependencies: #31409 |
Author: Matthias Koeppe |
Commit: |
New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:15
Should there be a symlink |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:17
It's ok to omit it (it is using "none" in this case), but I agree that it's probably nicer with a version |
comment:18
Thank you, looks good. |
Reviewer: John Palmieri |
comment:19
Thanks! |
comment:20
Merge conflict |
Changed branch from u/mkoeppe/build_pkgs__split_out_spkg_liblzma_from_xz to |
(from #30559)
In this list,
cmake
,r
,python3
all depend onliblzma
.The others are merely build-time dependencies on the
xz
binary (for unpacking the tarball insage_bootstrap.uncompress.tar_file
- whensage-bootstrap-python
is < 3.3 - see https://docs.python.org/3/library/tarfile.html) and have nothing to do with the shared library.The new
liblzma
package is a script package without installation steps; it delegates the actual installation to thexz
spkg. This follows the same approach as thelibnauty
/nauty
packages.Depends on #31409
Depends on #30350
CC: @dimpase @jhpalmieri
Component: packages: standard
Author: Matthias Koeppe
Branch/Commit:
1fb1fa9
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/30948
The text was updated successfully, but these errors were encountered: