# ccache4/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.20 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.63 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.87 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] compiler = clang exepack = no license = See "license*.txt" in installed tree licfile = GPL-3.0.txt purge = no # May be needed to build itself setpaths = hiredis libfmt xxhash zstd #--------------------------------------------------------------------- [depends] actools ccache3 # Only to force consistent build order cmake doctest gawk grep hiredis libfmt sed xxhash zlib zstd #--------------------------------------------------------------------- [configure] export USECCACHE=no mkdir obj && cd obj cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_TESTING=OFF \ -DQT_DEBUG_FIND_PACKAGE=ON \ .. #--------------------------------------------------------------------- [build] export USECCACHE=no cd obj && smpmake && make install #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD rm -fr man mv share/man . rmdir share 2>&1 || true #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://ccache.samba.org/ url_lfs = Not checked yet url_tarball = https://github.com/ccache/ccache/releases/download/\ v4.13.6/ccache-4.13.6.tar.gz #--------------------------------------------------------------------- [history] 170505 Updated from 3.2.1 to 3.3.4 180720 Updated to 3.4.2 191006 Updated to 3.7.4 250502 Split "ccache" into "ccache3" and "ccache4" 250502 Updated to 4.11.2 250515 Updated to 4.11.3 260723 Updated to 4.13.6