On 2014-02-26, Wilfried Lübbe <[email protected]> wrote: > Am Dienstag, 25. Februar 2014 22:34:28 UTC+1 schrieb Simon Eigeldinger: >> hi all, >> >> >> >> has someone a step by step how to to compile sage on the armv6l >> >> architecture for example for the raspberry pi. >> >> >> >> currently there is just sage 5.13 available as a binary package. >> > Hi Simon, > > you may compile Sage 6.1.1 yourself. > Get it from Github https://github.com/sagemath/sage/ > or download the source: http://sagemath.org/download-source.html > > > You should install the systems compilers: > "apt-get install gcc g++ gfortran" (as this will save more than one day for > building gcc; see also http://trac.sagemath.org/ticket/15702 as want to > compile gcc yourself). > > And there is a ticket for tachyon (http://trac.sagemath.org/ticket/15682). > Both ticket will be solved in Sage 6.2. > > BTW: Building Sage on RaspberryPi takes 4 to 5 days :-)
I guess you can install system Atlas and avoid building Sage's Atlas. (for more details see description of SAGE_ATLAS_LIB in http://www.sagemath.org/doc/installation/source.html) This probably cut the compilation time by 2 or more... Just in case, Dima -- You received this message because you are subscribed to the Google Groups "sage-support" 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-support. For more options, visit https://groups.google.com/groups/opt_out.
