[gcem] Update to 1.14.1 (#24183)

* Update gcem to 1.14.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
chausner 2022-04-19 01:34:30 +02:00 committed by GitHub
parent 5e79eeb548
commit 692af196c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 15 deletions

View File

@ -1,22 +1,21 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO kthohr/gcem REPO kthohr/gcem
REF a20b0fc0206ff7d99a96fe4afdfe8205b01c8220 # v1.13.1 REF v1.14.1
SHA512 baede14856ddcf8f132c7a16b19d4d646a1fc2d5e3a536a46694a8d7c656ce4ffb2fd61f50a1df78ce7ed31528828152b4e881fe10bcead553985b6103018804 SHA512 c4d6d50b541d71552ef5c3467bc2abe448a08627964c612abcfacc381b0f07399bdd03643e0914ad3c89116c3eae37ed96ee2cfce35d7ec47e6c0f53bab91f57
HEAD_REF master HEAD_REF master
) )
vcpkg_configure_cmake( vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH} SOURCE_PATH "${SOURCE_PATH}"
PREFER_NINJA
) )
vcpkg_install_cmake() vcpkg_cmake_install()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/gcem) vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/gcem)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
# Handle copyright # Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,17 @@
{ {
"name": "gcem", "name": "gcem",
"version-string": "1.13.1", "version": "1.14.1",
"port-version": 1, "description": "A C++ compile-time math library using generalized constant expressions",
"description": "A C++ compile-time math library using generalized constant expressions" "homepage": "https://www.kthohr.com/gcem.html",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
} }

View File

@ -2421,8 +2421,8 @@
"port-version": 0 "port-version": 0
}, },
"gcem": { "gcem": {
"baseline": "1.13.1", "baseline": "1.14.1",
"port-version": 1 "port-version": 0
}, },
"gdal": { "gdal": {
"baseline": "3.4.2", "baseline": "3.4.2",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "01116231bfab30197748230d4125d18fd2652150",
"version": "1.14.1",
"port-version": 0
},
{ {
"git-tree": "b5ffa19fc8b11179434020c69f6c998dd58268ee", "git-tree": "b5ffa19fc8b11179434020c69f6c998dd58268ee",
"version-string": "1.13.1", "version-string": "1.13.1",