I am not sure what happens with make, of course in make you don't touch anything that hasn't been updated. python setup.py doesn't work like that I think, but for "sage -b" to work without rebuilding everything it must somehow keep track of what's been done before. For cython files we explicitly touch their time stamp at the beginning of the building process to get them all to build but I am not sure about the pure python files. ________________________________________ From: [email protected] [[email protected]] on behalf of Jean-Pierre Flori [[email protected]] Sent: Wednesday, 8 January 2014 13:16 To: [email protected] Subject: Re: [sage-devel] Re: Do we really need to keep every cythonized file twice?
On Wednesday, January 8, 2014 1:13:06 AM UTC+1, François wrote: 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 It seemed to me that the build process somehow relied on biuld/lib.... i.e. if you delete it and type make, then here you go again though files have been copied into theit final destination. Hopefully at least the bdist tarballs don't include these folders. -- 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.
