#15814: upgrade cunningham_table-1.0 and put it in standard
---------------------------------------------+------------------------
Reporter: rws | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-6.2
Component: packages: standard | Resolution:
Keywords: cunningham, factorization | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
---------------------------------------------+------------------------
Changes (by rws):
* component: packages: optional => packages: standard
Old description:
> The old package still uses $SAGE_DATA and so it fails to install after
> sage-6.0. Moreover, it should be upgraded as the newest version is
> http://sage.math.washington.edu/home/roed/cunningham_tables-2.2.spkg
>
> That version however still uses $SAGE_DATA but the upgrader could just
> fix that by changing usage of it to $SAGE_SHARE.
>
> Maintainer is cc'ed.
New description:
The old package still uses $SAGE_DATA and so it fails to install after
sage-6.0. Moreover, it should be upgraded as the newest version is
http://sage.math.washington.edu/home/roed/cunningham_tables-2.2.spkg
That version however still uses $SAGE_DATA but the upgrader could just fix
that by changing usage of it to $SAGE_SHARE.
Maintainer is cc'ed.
See #7240 why this should be standard, the vote has happened.
--
Comment:
So, that's all to make the linked SPKG work:
{{{
diff -u --recursive cunningham_tables-2.2-old/spkg-install
cunningham_tables-2.2/spkg-install
--- cunningham_tables-2.2-old/spkg-install 2009-10-17
22:46:12.000000000 +0200
+++ cunningham_tables-2.2/spkg-install 2014-02-21 09:42:48.599254970
+0100
@@ -1,4 +1,4 @@
#!/bin/sh
-rm -rf $SAGE_DATA/cunningham_tables
-cp -r src/cunningham_tables $SAGE_DATA/cunningham_tables
+rm -rf $SAGE_SHARE/cunningham_tables
+cp -r src/cunningham_tables $SAGE_SHARE/cunningham_tables
}}}
Now to figure out what the actual patch should look like.
--
Ticket URL: <http://trac.sagemath.org/ticket/15814#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.