speed up cmake, rustc, openvpn

This commit is contained in:
2026-02-20 12:45:31 +01:00
parent 38c3ec542b
commit 9f9c5b7c9c
22 changed files with 156 additions and 46 deletions

View File

@@ -2,11 +2,11 @@
(name "cmake")
(version "4.2.3")
(homepage "https://cmake.org/")
(dependencies libopenssl)
(dependencies curl libexpat libarchive libuv)
(src (tar
(url "https://github.com/Kitware/CMake/releases/download/v4.2.3/cmake-4.2.3.tar.gz")
(dir "cmake-4.2.3")
(blake3 "d4cf435ab124932c313d4c8a125c8a3add3d171587438e8c82773a44b038fd34")))
(build
(shell "./bootstrap --prefix=/usr --parallel=8")
(shell "make install")))
(shell "./bootstrap --prefix=/usr --parallel=8 --system-libs --no-system-librhash --no-system-jsoncpp --no-system-cppdap")
(make)))