#14538 closed enhancement (fixed)
Add support for "huge" packages
Reported by: | jdemeyer | Owned by: | mvngu, schilly |
---|---|---|---|
Priority: | major | Milestone: | sage-5.10 |
Component: | website/wiki | Keywords: | |
Cc: | vbraun, schilly, leif | Merged in: | sage-5.10.beta2 |
Authors: | Jeroen Demeyer | Reviewers: | Volker Braun |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Apparently, there is a list of huge packages.
But these packages are not automatically searched when doing sage -i
:
jdemeyer@tamiyo:/usr/local/src/sage-5.9.beta5$ ./sage -i stein-watkins-ecdb.spkg Attempting to download package stein-watkins-ecdb >>> Checking online list of optional packages. [.] >>> Checking online list of experimental packages. [.] >>> Checking online list of standard packages. [.] >>> Checking online list of archive packages. [.] Error: could not find a package matching stein-watkins-ecdb in http://www.sagemath.org/packages
We should
- add server-side support to make the page look like the other package pages.
- change the
spkg/bin/sage-spkg
script to support these packages.
Apply 14538_spkg_huge.patch to SAGE_ROOT
Attachments (1)
Change History (9)
comment:1 Changed 10 years ago by
Cc: | leif added |
---|
comment:2 Changed 10 years ago by
Authors: | → Jeroen Demeyer |
---|---|
Description: | modified (diff) |
Status: | new → needs_review |
Changed 10 years ago by
Attachment: | 14538_spkg_huge.patch added |
---|
comment:4 Changed 10 years ago by
Reviewers: | → Volker Braun |
---|---|
Status: | needs_review → positive_review |
Thanks, looks good to me!
comment:5 Changed 10 years ago by
Merged in: | → sage-5.10.beta2 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
comment:6 Changed 10 years ago by
I don't like the hardcoding of www.sagemath.org
for huge spkgs.
Everyone is free to "mirror" whatever he/she likes, and especially for huge spkgs [unfortunately still manually] choosing an (alternate) near/fast server certainly makes even more sense.
(I know one could still specify the full URL to the spkg and just do sage -i <URL>
, but that was possible before anyway.)
Is there at all a way (i.e., an option to sage
) to list all available/archive[d]/huge spkgs?
IMHO sage --optional
(which I don't like anyway, just like --experimental
, so I wouldn't like sage --huge
either) should [now] list huge spkgs as well, of course with a remark (or as a separate list/category).
This works now: