-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
Upgrade lcalc to work with Pari svn snapshot 12577 - a pre-release of Pari 2.4.3 #9592
Comments
Attachment: lcalc-newpari.patch.gz |
Upstream: Reported upstream. Little or no feedback. |
comment:1
New version which works with PARI 2.4.3: http://cage.ugent.be/~jdemeyer/sage/lcalc-20100428-1.23.p1.spkg I have also notified the upstream contact Michael Rubinstein and sent him the patch lcalc-newpari.patch |
Author: Jeroen Demeyer |
This comment has been minimized.
This comment has been minimized.
comment:5
The patch level for the new spkg should be 2, since we used p1 for #9665. This should fix the "already installed" problem reported by John Cremona in comment 180 at #9343. |
comment:6
Replying to @qed777:
Just noticed that, too. :) There are also post-merge comments at #9665, I don't know if they should be included here or if there's even a new ticket for these. |
comment:7
Jeroen, could you describe in more detail which failure(s) this ticket is intended to fix (including Sage version, operating system, processor etc.)? John Cremona has successfully installed and tested #9343 (unintentionally) without this new spkg, and I've also successfully installed the other to spkgs and applied the patches from #9343 on top of Sage 4.5.3.alpha0 + #9475 and #9717 on Fedora 13 x86 (Pentium 4 Prescott, gcc 4.4.4). Of course lcalc wasn't (re)built in the above tests. (I'll try that later, currently running |
comment:8
Just for the record: |
comment:9
In addition, it contains at least two or three files that should be deleted: some (In case Jeroen's patch here is now obsolete due to a meanwhile newer PARI version at #9343, which John Cremona is currently investigating, we could recycle this ticket to address the above mentioned issues.) |
comment:10
Updated spkg: http://www.warwick.ac.uk/staff/J.E.Cremona/lcalc-20100428-1.23.p2.spkg (This version is based on lcalc-20100428-1.23.p1.spkg as merged in 4.5.2) I made this before seeing the recent comments here. Feel free to add the Dependencies section etc -- I will not have time to do that for at least a day. |
comment:12
I've changed the title and description a bit, to reflect the fact that #9343 is not Pari 2.4.3. Not even Pari 2.4.2 has ever been released - there is only an alpha of that available. Dave |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:14
Replying to @sagetrac-drkirkby:
You should perhaps have updated the spkg link to point to John Cremona's new p2 spkg, too. ;-) |
comment:15
Replying to @nexttime:
I don't know where it is. In any case, it should not be a .p2, since the current one in Sage is lcalc-20100428-1.23.p0.spkg, to a revision should be called lcalc-20100428-1.23.p1.spkg. I hope the
(to suppress warnings from the assembler), has not got back in, as -W is not recognised by the Sun assembler and it creates an error. Dave |
comment:16
Replying to @sagetrac-drkirkby:
Browser cache issue? See #9592 comment:10 (where) and #9592 comment:5 (why). (lcalc-20100428-1.23.p1.spkg from #9665 was merged into Sage 4.5.2.rc1) |
comment:17
I removed some .DS_Store and ._.DS_Store files from John's spkg and uploaded the result to http://cage.ugent.be/~jdemeyer/sage/lcalc-20100428-1.23.p2.spkg |
This comment has been minimized.
This comment has been minimized.
comment:19
I can see that this spkg does not depend on the upgrade to the new pari. This can be included before the latest version of pari is accepted. In couple of month, I will try to get Mike to use autotools for building. This will eliminate a lot of problems with spkg as of now. I am changing the status to needs review if it is ok with you. |
comment:20
Following suggestion of Mitesh, I have small some small cleaning up of unnecessary files in patches and few lines in spkg-install over the changes of jdemeyer. http://sage.math.washington.edu/home/rishikesh/lcalc/lcalc-20100428-1.23.p2.spkg |
comment:21
Replying to @rishikesha:
Perhaps do some of the clean-up I suggested above? There are further minor things (like the date/version at the top of I wonder if we should add (a) further patch(es) to get rid of some of the annoying warnings (cf. #9343 comment:191 ff.), but we probably shouldn't do too much at this ticket. I'm not sure if Cygwin support is required yet... ;-) |
comment:22
Replying to @rishikesha:
Could you upload an spkg patch for your changes (except file deletions) here? It's a bit more convenient for reviewing and adding further changes... |
comment:23
Replying to @rishikesha:
I copied your spkg to http://cage.ugent.be/~jdemeyer/sage/lcalc-20100428-1.23.p2.spkg (like this, I don't have to update the descriptions of #9343 and #9592). |
comment:24
Attachment: spkg-install.diff.gz I am not sure what you want to be done. Can you make the changes and attach it here. Replying to @nexttime:
|
Attachment: lcalc-spkg.patch.gz Complete spkg patch (for reference) |
This comment has been minimized.
This comment has been minimized.
comment:27
I've made an spkg that builds on Cygwin at #9775 based on the one here. It might make more sense to make any additional changes to the SPKG there. |
comment:29
Rishi, do Jeroen's changes look good to you? If they are, I suggest that we leave further changes for other tickets. |
Changed author from Jeroen Demeyer to Jeroen Demeyer, Rishi |
Changed author from Jeroen Demeyer, Rishi to Jeroen Demeyer, Rishikesh |
comment:31
Also, the |
comment:33
Replying to @qed777:
Yes; hopefully #9845 gets reviewed soon s.t. this ticket won't get merged at all (positively reviewed though), since the former contains all changes from here. |
comment:34
Do we have a positive review here? |
Changed author from Jeroen Demeyer, Rishikesh to John Cremona, Jeroen Demeyer, Rishikesh |
comment:35
Doesn't bother me, but should we keep # disable Cygwin build for now
if [ "$UNAME" = "CYGWIN" ]; then
# cp ../../patches/Lcommandline_elliptic.cc .
echo "Sorry, the lcalc build is currently broken"
echo 1
fi ? (In case I by luck have looked at the current Fortunately there's a follow-up ticket to address the rest... |
comment:36
Is |
Reviewer: Jeroen Demeyer, Leif Leonhardy, Mitesh Patel |
Merged: sage-4.6.alpha0 |
After upgrading PARI/GP to a snapshot based on a pre-release of 2.4.3 (#9343), lcalc no longer compiles properly.
See http://wiki.sagemath.org/NewPARI for more information and links.
Upstream: Reported upstream. Little or no feedback.
CC: @JohnCremona
Component: packages: standard
Author: John Cremona, Jeroen Demeyer, Rishikesh
Reviewer: Jeroen Demeyer, Leif Leonhardy, Mitesh Patel
Merged: sage-4.6.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/9592
The text was updated successfully, but these errors were encountered: