On Sat, 07 May 2011 21:15:11 +1200 Francois Bissey <francois.bis...@canterbury.ac.nz> wrote:
> > On Thu, 05 May 2011 00:33:57 +1200 > > > > I added support for logging and put the repository on bitbucket: > > > > https://bitbucket.org/burcin/sage-prefix > > > > I will be heading home now. No time to make a new tarball > > unfortunately. > > > > Tomorrow, I will try to look into Volker's problem with NTL. You are > > probably right and it is caused by the wrapper not working as > > expected. > > > > Removing the sse2 use flag makes the gf2x build crash. Should NTL > > depend on gf2x conditionally? > > > That's not normal. Could you forward me the failing log? As for > conditional dependency it used to be that way but I don't see a > reason to change it. I'm building without the sse2 use flag now. I'll put the logs up somewhere if/when it fails. > I have started populating your tree - it is not complete yet. I think > I haven't put any autotools which will be an extra requirement > compared to vanilla sage. I will also create a virtual/gmp so we can > switch between mpir and gmp. I am not sure how complete this is yet. > I'll have to test from the mac :) I just pushed some more changes to bitbucket. The latest version builds on a 32-bit debian squeeze machine. I will also try it on other linux variants I find. http://sage.math.washington.edu/home/burcin/sage-prefix-20110507.tar I am hoping to get away without installing autotools, at least on platforms Sage doesn't need them. Using the gentoo wrappers for auto{conf,make} were enough for debian. It seems the debian autoconf wrapper chooses the older version by default whereas gentoo picks the newer one. :) This tarball should also solve Volker's problem where ntl couldn't find gf2x. I realized that I completely misunderstood what exactly the compilerwrapper does. After all it was necessary to add the include and library paths to CFLAGS. I plan to patch compilerwrapper in the future to do this itself. Cheers, Burcin -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org