On Monday, January 16, 2012 7:42:49 AM UTC-8, William wrote: > > Hi, > > A major blocker for Sage-5.0 is supporting OS X (version 10.7 -- the > version that has been out for months now). > > Fortunately, it is now "relatively easy" to build sage-5.0.beta1 on OS > X 10.7 with XCode 4.x, and have it start up. > > (1) Build [1] as usual. > (2) Apply Simon's patch trac11900_fix_singleton_hash.patch from #11900 > [2]. > (3) Fix the static Python library problem: > $ cd SAGE_ROOT > $ rm local/lib/python2.7/config/libpython2.7.a > $ cp local/lib/libpython2.7.dylib local/lib/python2.7/config/ > $ ./sage -f spkg/standard/pynac-0.2.3.p0.spkg > $ ./sage -ba > > I expect there will be numerous subtle test failures though, just as > there were two months ago when John Palmieri built Sage on 10.7 and > ran the test suite. I'll post later about this. >
I think that pari is still an issue. I can't get it to pass tests (i.e., when SAGE_CHECK=yes). I also think that pari is causing at least some of the doctest failures. There was a possibly relevant thread on the pari mailing list a few months ago: <http://pari.math.u-bordeaux.fr/archives/pari-dev-1108/threads.html#00008> I don't know if the issues have been fixed upstream. -- John -- 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