-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update pari optional packages #32641
Conversation
From #32638:
I removed it. No other changes. |
RFC on What I propose is that for the larger databases (elldata, galpol, seadata) we have a small subset that is good for moderate sizes, and enough for testing. As an example:
The The complete installation of pari with small databases would shrink from ~175M to ~40M of installed size (right now this is ~300M, we already save ~125M just by installing gzipped files which pari reads fine). All databases would be incremental, e.g. |
Seems like a good idea. |
In particular, I'm in for optimizations with small databases and gzipped files. |
Yes, all tests pass using the small databases. |
Sorry for not responding, wasn't using void as my distro. But I am back, if any help is needed you can count with me. |
@motorto: since 5 of these are your packages, can you review and approve (or suggest changes) so it can be merged? Alternatively, if you are not using void and you want to orphan, I don''t mind adopting. I use pari for my work so I need it to be up to date, and I won't be leaving void any time soon. |
I don't mind you adopting that packages since I am no longer in need of
using them, and since you are using them for work, you will update them
sooner than me (and fix issues that might arise, since I don't use the
package that often). So if you want to, feel free to do so.
…On 21/09/04 09:08, Gonzalo Tornaría wrote:
> Sorry for not responding, wasn't using void as my distro. But I am back, if any help is needed you can count with me.
@motorto: since 5 of these are your packages, can you review and approve (or suggest changes) so it can be merged?
Alternatively, if you are not using void and you want to orphan, I don''t mind adopting. I use pari for my work so I need it to be up to date, and I won't be leaving void any time soon.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#32641 (comment)
|
Force-push to a2dd3ac: change of maintainer agreed by motorto. No other changes. IMO ready to merge. |
LGTM |
Also: - fix license - change homepage and use https for downloads - rename distfiles to include version in name - compress files (installed-size: 157M -> 57M) - drop depends on pari so pari can checkdepends on this (cf void-linux#29159, void-linux#32614) - split a reasonable small subset as pari-elldata-small (1.8M vs 57M) - add update file - change of maintainer agreed by motorto
- fix license - change homepage - rename distfiles to include version in name - drop depends on pari so pari can checkdepends on this (cf void-linux#29159, void-linux#32614) - add update file - change of maintainer agreed by motorto
- fix license - change homepage and use https for downloads - rename distfiles to include version in name - compress files (installed-size: 80M -> 73M) - drop depends on pari so pari can checkdepends on this (cf void-linux#29159, void-linux#32614) - skip slow post-install hooks since pkg contains 14681 data files - split a small subset as pari-galpol-small (12M vs 73M) - add update file - change of maintainer agreed by motorto
- fix license - change homepage and use https for downloads - rename distfiles to include version in name - compress files (installed-size: 40M -> 19M) - drop depends on pari so pari can checkdepends on this (cf void-linux#29159, void-linux#32614) - add a smaller subpkg pari-seadata-small as in upstream (668k vs 19M) - add update file - change of maintainer agreed by motorto
- fix license - change homepage to https - rename distfiles to include version in name - drop depends on pari so pari can checkdepends on this (cf void-linux#29159, void-linux#32614) - add update file - change of maintainer agreed by motorto
Rebased on top of latest pari update (#33777). |
@ericonr: thanks for merging #29997. What about this one next? It's an itch I have, since I use pari-gp a lot (literally daily, for my work). I know this includes several changes, but there are 6 different optional data packages and all templates follow the same structure. Each change is documented in the respective commit as a bullet list. Besides Note that @dkwo and @motorto already reviewed this PR and gave 👍 above. Nothing changed here since then other than rebasing for pari updates. |
I am interested in merging more, but this will wait a bit. Am done with reviewing packages today :P |
keep the mtime from files in sourceI'm also considering adding packages
pari-elldata-small
andpari-galpol-small
with small versions of the databases that should be good for testing and small computations.