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

Dependencies

Version Information

package-version.txt:

3.3.4

Equivalent System Packages

$ conda install ccache
$ sudo yum install ccache
$ brew install ccache
$ sudo port install ccache
$ sudo zypper install ccache
$ sudo xbps-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 Issue #27330 for more information.