In case someone else has been seeing the same problem... After no successful builds of sage from source on OS X 10.9 and 10.10 since late last year, around version 6.5, I found a workaround to get past the build failing when it gets to the r package. Start the build as usual. It fails somewhere in the r package. This takes my computer about 5 hours. Then enter:
export SAGE_KEEP_BUILT_SPKGS=yes export LDFLAGS="-mmacosx-version-min=10.6" export CXXFLAGS="-mmacosx-version-min=10.6" and run make again. Build completes on my system after another 38 minutes. Works with sage-6.7 and r-3.2.0. More info at http://trac.sagemath.org/ticket/17572. ### -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
