Update package version to 4.2.1

This commit is contained in:
2025-12-12 13:44:48 +02:00
parent f1555ce9fd
commit 0bf2ce1c6f
2 changed files with 2 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: cmake name: cmake
description: A Powerful Software Build System description: A Powerful Software Build System
version: 4.2.0 version: 4.2.1
revision: 1 revision: 1
url: https://cmake.org/ url: https://cmake.org/
license: BSD-3-Clause license: BSD-3-Clause
@@ -25,4 +25,4 @@ downloads:
- url: https://cmake.org/files/v${BPM_PKG_VERSION%.*}/cmake-${BPM_PKG_VERSION}.tar.gz - url: https://cmake.org/files/v${BPM_PKG_VERSION%.*}/cmake-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 4104e94657d247c811cb29985405a360b78130b5d51e7f6daceb2447830bd579 checksum: 414aacfac54ba0e78e64a018720b64ed6bfca14b587047b8b3489f407a14a070
-6
View File
@@ -17,12 +17,6 @@ build() {
make make
} }
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
LC_ALL=en_US.UTF-8 bin/ctest -j$(nproc) -E "RunCMake.ExternalProject"
}
# The package function is executed in the source directory # The package function is executed in the source directory
# This function is used to move the compiled files into the output directory # This function is used to move the compiled files into the output directory
package() { package() {