Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions cmake.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cmake
version: 3.24.2
epoch: 2
version: 3.27.0
epoch: 0
description: "cross-platform asynchronous I/O library"
copyright:
- license: BSD-3-Clause
Expand All @@ -27,16 +27,19 @@ environment:
pipeline:
- uses: fetch
with:
uri: https://www.cmake.org/files/v3.24/cmake-${{package.version}}.tar.gz
expected-sha256: 0d9020f06f3ddf17fb537dc228e1a56c927ee506b486f55fe2dc19f69bf0c8db
uri: https://www.cmake.org/files/v3.27/cmake-${{package.version}}.tar.gz
expected-sha256: aaeddb6b28b993d0a6e32c88123d728a17561336ab90e0bf45032383564d3cb8

# Depending on system cppdap and jsoncpp would create a circular
# dependency; thus, we use bundled ones.
- runs: |
./bootstrap \
--prefix=/usr \
--mandir=/share/man \
--datadir=/share/cmake \
--docdir=/share/doc/cmake \
--system-libs \
--no-system-cppdap \
--no-system-jsoncpp \
--generator=Ninja \
--parallel=$(nproc)
Expand Down