[brunocodutra-metal] Update to 2.1.3 (#20914)

* Update brunocodutra-metal to 2.1.3

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
chausner 2021-10-22 07:34:37 +02:00 committed by GitHub
parent 4474aba1e7
commit daddf61956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 16 deletions

View File

@ -3,24 +3,22 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO brunocodutra/metal
REF 43256d2c7f5715d9dc029037bcd8512624ec7865 # v2.1.1
SHA512 fc69e60b9c21d0215ca2c9ec27ab65d59115397e1d27c90fcdc35ccf8675546b1fbc3be0e6b8f69cd8eb848bac348ca0fe116f50a36ce8d1cbff0d646c4f05cb
REF 2.1.3
SHA512 7a71f8bdbdb8a19084d0cabd4c78a4f2990514f2da56312aec8dfac02f6781c95f28bc33815ecbb3d9e3e8d2b47cc5dbcd4917751195a8318bea7c08fca29b23
HEAD_REF master
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_install_cmake()
vcpkg_cmake_install()
vcpkg_fixup_cmake_targets(
vcpkg_cmake_config_fixup(
PACKAGE_NAME Metal
CONFIG_PATH lib/cmake/Metal
TARGET_PATH share/metal
)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,15 @@
{
"name": "brunocodutra-metal",
"version-string": "2.1.1",
"port-version": 1,
"description": "A single header C++11 library designed to make you love template metaprogramming"
"version": "2.1.3",
"description": "A single header C++11 library designed to make you love template metaprogramming",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "54b5610e8e1541618650eec938a77148866716cc",
"version": "2.1.3",
"port-version": 0
},
{
"git-tree": "0fbaac9587c177beb827afa12d74cd40005cc20a",
"version-string": "2.1.1",

View File

@ -1141,8 +1141,8 @@
"port-version": 2
},
"brunocodutra-metal": {
"baseline": "2.1.1",
"port-version": 1
"baseline": "2.1.3",
"port-version": 0
},
"brynet": {
"baseline": "1.11.0",