speed up cmake, rustc, openvpn
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user