I installed ccache (on ubuntu) but did no symlinking -- instead I
compiled eclib after (re)configuring using CXX='ccache gcc'
./configure.  The result was a 320MB ~/.ccache, and a *very* quick
recompile after "make clean; make".

I did not want to mess around with the system gcc as it's a shared
machine, and it seems unnecessary.

John

On 9 January 2013 21:39, Robert Bradshaw <rober...@math.washington.edu> wrote:
> Is 1G an acceptable default for Sage? (I.e is it sufficient for a full
> Sage build (plus some branching) plus a fair amount of other stuff?
> This is my only concern, otherwise I'd say option (1) is the best.
>
> Where $HOME sits is is rather irrelevant, as both .ccache and .sage
> sit there (by default, any anyone who moves them presumably knows what
> they're doing). (3) is essentially (2) once building with ccache
> becomes the default.
>
> On Wed, Jan 9, 2013 at 10:57 AM, Volker Braun <vbraun.n...@gmail.com> wrote:
>> ccache defaults to using one gigabyte at most. This would still be useful on
>> slow disks as it should fit into the disk cache of today's systems, no
>> matter how slow your network file system is. I just manually increased it to
>> 50GB on my desktop.
>>
>>
>>
>> On Wednesday, January 9, 2013 6:15:09 PM UTC, Nils Bruin wrote:
>>>
>>> Indeed, and *warn people about it*. On many multi-user systems, you
>>> wouldn't want to use $HOME for such high-volume stuff, because it's
>>> expensive storage (because of backups) and slow (because it's
>>> networked).
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sage-devel" group.
>> To post to this group, send email to sage-devel@googlegroups.com.
>> To unsubscribe from this group, send email to
>> sage-devel+unsubscr...@googlegroups.com.
>> Visit this group at http://groups.google.com/group/sage-devel?hl=en.
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To post to this group, send email to sage-devel@googlegroups.com.
> To unsubscribe from this group, send email to 
> sage-devel+unsubscr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to