Update package version to 4.2.1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user