I am not sure that anything under src/build/lib.linux-ppc64-2.7 or src/build/temp.linux-ppc64-2.7 is really useful. I don't think that it is even used if you do "sage -b". Otherwise sage works perfectly without either of these folders. src/build/cython_debug is useful however. sage-on-gentoo only keeps one copy there, I guess you could clean up stuff from the build process.
François ________________________________________ From: [email protected] [[email protected]] on behalf of Jean-Pierre Flori [[email protected]] Sent: Wednesday, 8 January 2014 13:07 To: [email protected] Subject: [sage-devel] Re: Do we really need to keep every cythonized file twice? On Wednesday, January 8, 2014 1:02:58 AM UTC+1, Simon King wrote: Hi Jean-Pierre, On 2014-01-07, Jean-Pierre Flori <[email protected]> wrote: > ------=_Part_785_14872110.1389137477309 > Content-Type: text/plain; charset=ISO-8859-1 > > It used to be the case with sage-hg and is still the case with sage-git > though the two directories location changed. Where are the copies stored? I've never heard of all .pyx files being there twice. In fact I meant the compiled files : [sage.git] find . -name linbox.so -exec ls -alh {} \; -rwxrwxr-x. 1 jpflori jpflori 270K 31 déc. 07:01 ./src/build/lib.linux-ppc64-2.7/sage/libs/linbox/linbox.so -rwxrwxr-x. 1 jpflori jpflori 270K 31 déc. 07:01 ./local/lib/python2.7/site-packages/sage/libs/linbox/linbox.so -- 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/groups/opt_out. This email may be confidential and subject to legal privilege, it may not reflect the views of the University of Canterbury, and it is not guaranteed to be virus free. If you are not an intended recipient, please notify the sender immediately and erase all copies of the message and any attachments. Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more information. -- 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/groups/opt_out.
