#13032: Add ccache as an optional spkg
-------------------------------------+--------------------------------------
Reporter: rohana | Owner: GeorgSWeber
Type: enhancement | Status: closed
Priority: major | Milestone: sage-5.6
Component: optional packages | Resolution: fixed
Keywords: sd40.5 | Work issues:
Report Upstream: N/A | Reviewers: Punarbasu Purkayastha
Authors: R. Andrew Ohana | Merged in: sage-5.6.beta2
Dependencies: | Stopgaps:
-------------------------------------+--------------------------------------
Comment (by jdemeyer):
I still don't quite like how this patch uses a separate `CCACHE_DIR`
inside `.sage`. Because now, I have:
{{{
$ ccache -s
cache directory /home/jdemeyer/.ccache
[...]
cache size 3.2 Gbytes
max cache size 4.0 Gbytes
}}}
{{{
$ ./sage --sh
(sage-sh) ccache -s
cache directory /home/jdemeyer/.sage//ccache
[...]
cache size 935.1 Mbytes
max cache size 1.0 Gbytes
}}}
I would like to have just one `.ccache` directory, especially since my
default ccache dir is already used for Sage.
Also note that the default size of 1GB is too little anyway to be useful
for Sage.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13032#comment:50>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.