Path: blob/master/build/pkgs/database_cremona_ellcurve/SPKG.txt
8818 views
= database_cremona_ellcurve =12== Description ==3John Cremona's database of elliptic curves45See https://github.com/JohnCremona/ecdata67This is an optional package, not included by default.89== License ==10Public Domain1112== SPKG Maintainers ==13* R. Andrew Ohana14* John Cremona1516== Dependencies ==17None1819=== Patches ===20* None2122== Upstream Contact ==2324* Author: John Cremona25* Email: [email protected]26* Website: http://homepages.warwick.ac.uk/staff/J.E.Cremona/2728== Update Instructions ==2930At the end of either method, copy `SAGE_DATA/cremona/cremona.db` to the src directory of the spkg.3132=== Method 1 ===3334If the cremona database has already been installed, remove35`SAGE_DATA/cremona/cremona.db`. Run3637{{{38sage: sage.databases.cremona.build('cremona','path/to/ecdata.tgz')39}}}4041=== Method 2 ===4243Install the current version of the spkg, and copy the new files into a new44folder. Then run4546{{{47sage: C = sage.databases.cremona.LargeCremonaDatabase('cremona',False)48sage: C._init_from_ftpdata('path/to/said/folder',0)49}}}5051This method is much faster, but won't include any potential fixes old entries.525354