depends: native_ccache 4.6.3

This commit is contained in:
Jack Grigg 2021-09-14 23:41:27 +01:00
parent ca512aa286
commit 3defbd05be
2 changed files with 12 additions and 19 deletions

View File

@ -1,15 +1,23 @@
package=native_ccache
$(package)_version=3.7.12
$(package)_version=4.6.3
$(package)_download_path=https://github.com/ccache/ccache/releases/download/v$($(package)_version)
$(package)_file_name=ccache-$($(package)_version).tar.gz
$(package)_sha256_hash=d2abe88d4c283ce960e233583061127b156ffb027c6da3cf10770fc0c7244194
$(package)_sha256_hash=f46ba3706ad80c30d4d5874dee2bf9227a7fcd0ccaac31b51919a3053d84bd05
$(package)_build_subdir=build
$(package)_dependencies=native_zstd
define $(package)_set_vars
$(package)_config_opts=
$(package)_config_opts += -DCMAKE_BUILD_TYPE=Release
$(package)_config_opts += -DZSTD_LIBRARY=$(build_prefix)/lib/libzstd.a
$(package)_config_opts += -DREDIS_STORAGE_BACKEND=OFF
endef
define $(package)_preprocess_cmds
mkdir $($(package)_build_subdir)
endef
define $(package)_config_cmds
$($(package)_autoconf)
$($(package)_cmake) .. $($(package)_config_opts)
endef
define $(package)_build_cmds

View File

@ -15,21 +15,6 @@ rustcxx 1.0.82 2022-12-10
rustcxx 1.0.83 2022-12-10
utfcpp 3.2.2 2022-12-10
# Ccache 4.0 requires adding CMake to the depends system.
native_ccache 4.0 2022-12-10
native_ccache 4.1 2022-12-10
native_ccache 4.2 2022-12-10
native_ccache 4.2.1 2022-12-10
native_ccache 4.3 2022-12-10
native_ccache 4.4 2022-12-10
native_ccache 4.4.1 2022-12-10
native_ccache 4.4.2 2022-12-10
native_ccache 4.5 2022-12-10
native_ccache 4.5.1 2022-12-10
native_ccache 4.6 2022-12-10
native_ccache 4.6.1 2022-12-10
native_ccache 4.6.2 2022-12-10
native_ccache 4.6.3 2022-12-10
native_ccache 4.7 2022-12-10
native_ccache 4.7.1 2022-12-10
native_ccache 4.7.2 2022-12-10