On 22 Jul., 20:38, William Stein <wst...@gmail.com> wrote: > On Fri, Jul 22, 2011 at 11:29 AM, Justin C. Walker <jus...@mac.com> wrote: > >> Does a sage-4.7 binary built on OS X 10.6 work on OS X 10.7? > > > Yup. I think 10.6 binaries that don't use "exotic" libraries (e.g., > > non-GUI programs) should run. I haven't tested that theory extensively, > > though. > Thanks. This is the single most important question now, since it > determines whether it is currently possible to use Sage on 10.7 or > not.
The next thing is to look at the Sage sources (especially spkgs and scripts in $SAGE_ROOT/local/bin I guess), in order to make Sage build on 10.7 when the XCode issues local to the system are fixed. I don't know how many, but there are pieces of code in Sage that assume any Darwin != 10 must be either 8 or 9 (i.e., MacOS X 10.4 or 10.5). For shell scripts, one should perhaps search for 'uname -r' and 'sysctl' (or 'kern.osrelease') and make sure there's a proper "less than" or alike. I've fixed one instance of that in the MPIR 2.1.3.p3 spkg (#8664) just a few days ago. Just my 2 ct, -leif -- 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