ccache: A compiler cache

Description

ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++.

License

GNU General Public License version 3 or later

Upstream Contact

Type

optional

Version Information

package-version.txt:

3.3.4

Equivalent System Packages

conda:

$ conda install ccache

opensuse:

$ sudo zypper install ccache

See https://repology.org/project/ccache/versions

However, these system packages will not be used for building Sage because spkg-configure.m4 has not been written for this package; see https://trac.sagemath.org/ticket/27330