#15556: Convert Stein-Watkins database to git spkg format
-------------------------------------+-------------------------------------
Reporter: cremona | Owner:
Type: defect | Status: needs_review
Priority: minor | Milestone: sage-6.1
Component: packages: | Resolution:
optional | Merged in:
Keywords: elliptic curves, | Reviewers: Jeroen Demeyer
databases | Work issues:
Authors: John Cremona | Commit:
Report Upstream: N/A | 38ef1d19c616f00c9edeee9d8fb55fa4d758370f
Branch: | Stopgaps:
u/cremona/ticket/15556 |
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by cremona):
Replying to [comment:7 jdemeyer]:
> Various details:
> 1. use {{{cp -R}}} instead of {{{cp -rf}}}
done
> 2. omit the version check (you're adding a check for version 6.x to a
file which only exists in version 6.x)
done
> 3. replace {{{$SAGE_LOCAL/share}}} by {{{$SAGE_SHARE}}}
done
> 4. replace
> {{{
> if [ "x${SAGE_LOCAL}" = x ]; then
> echo "SAGE_LOCAL undefined ... exiting"
> echo "Maybe run 'sage -sh'?"
> exit 1
> fi
> }}}
> by
> {{{
> if [ -z "$SAGE_SHARE" ]; then
> echo >&2 "SAGE_SHARE undefined ... exiting"
> echo >&2 "Maybe run 'sage --sh'?"
> exit 1
> fi
> }}}
done (all in both database_stein_watkins and ...mini). New commit pushed.
Wait though since there is a typo and a new one is coming up.
----
New commits:
||[[http://git.sagemath.org/sage.git/commit/?id=38ef1d1|38ef1d1]]||{{{trac
15556: revised spkg-install following review}}}||
----
New commits:
||[[http://git.sagemath.org/sage.git/commit/?id=38ef1d1|38ef1d1]]||{{{trac
15556: revised spkg-install following review}}}||
--
Ticket URL: <http://trac.sagemath.org/ticket/15556#comment:10>
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/groups/opt_out.