[ci,vcpkg-cmake-*] remove host-only nature of vcpkg-cmake-* ports (#16774)

* remove host-only nature of vcpkg-cmake-* ports

* versions

* fix fmt on uwp
This commit is contained in:
nicole mazzuca 2021-03-18 15:06:03 -07:00 committed by GitHub
parent 20fad538fd
commit c8f6537b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 41 additions and 20 deletions

View File

@ -6,8 +6,10 @@ vcpkg_from_github(
HEAD_REF master
PATCHES fix-warning4189.patch
)
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE # with MSBuild (on UWP), fmt writes into the source directory
OPTIONS
-DFMT_CMAKE_DIR=share/fmt
-DFMT_TEST=OFF

View File

@ -1,7 +1,7 @@
{
"name": "fmt",
"version": "7.1.3",
"port-version": 1,
"port-version": 2,
"description": "Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.",
"homepage": "https://github.com/fmtlib/fmt",
"dependencies": [

View File

@ -1,5 +1,6 @@
if(NOT TARGET_TRIPLET STREQUAL _HOST_TRIPLET)
message(FATAL_ERROR "vcpkg-cmake-config is a host-only port; please mark it as a host port in your dependencies.")
# make FATAL_ERROR in CI when issue #16773 fixed
message(WARNING "vcpkg-cmake-config is a host-only port; please mark it as a host port in your dependencies.")
endif()
file(INSTALL

View File

@ -1,4 +1,5 @@
{
"name": "vcpkg-cmake-config",
"version-date": "2021-02-26"
"version-date": "2021-02-26",
"port-version": 1
}

View File

@ -1,5 +1,6 @@
if(NOT TARGET_TRIPLET STREQUAL _HOST_TRIPLET)
message(FATAL_ERROR "vcpkg-cmake is a host-only port; please mark it as a host port in your dependencies.")
# make FATAL_ERROR in CI when issue #16773 fixed
message(WARNING "vcpkg-cmake is a host-only port; please mark it as a host port in your dependencies.")
endif()
file(INSTALL

View File

@ -1,4 +1,5 @@
{
"name": "vcpkg-cmake",
"version-date": "2021-02-28"
"version-date": "2021-02-28",
"port-version": 1
}

View File

@ -30,19 +30,19 @@
# Add new items alphabetically
# script ports
vcpkg-cmake:arm64-windows=fail
vcpkg-cmake:arm-uwp=fail
vcpkg-cmake:x64-uwp=fail
vcpkg-cmake:x64-windows-static=fail
vcpkg-cmake:x64-windows-static-md=fail
vcpkg-cmake:x86-windows=fail
#vcpkg-cmake:arm64-windows=fail
#vcpkg-cmake:arm-uwp=fail
#vcpkg-cmake:x64-uwp=fail
#vcpkg-cmake:x64-windows-static=fail
#vcpkg-cmake:x64-windows-static-md=fail
#vcpkg-cmake:x86-windows=fail
vcpkg-cmake-config:arm64-windows=fail
vcpkg-cmake-config:arm-uwp=fail
vcpkg-cmake-config:x64-uwp=fail
vcpkg-cmake-config:x64-windows-static=fail
vcpkg-cmake-config:x64-windows-static-md=fail
vcpkg-cmake-config:x86-windows=fail
#vcpkg-cmake-config:arm64-windows=fail
#vcpkg-cmake-config:arm-uwp=fail
#vcpkg-cmake-config:x64-uwp=fail
#vcpkg-cmake-config:x64-windows-static=fail
#vcpkg-cmake-config:x64-windows-static-md=fail
#vcpkg-cmake-config:x86-windows=fail
# other ports
# Cross compiling CI machine cannot run gen_test_char to generate apr_escape_test_char.h

View File

@ -1994,7 +1994,7 @@
},
"fmt": {
"baseline": "7.1.3",
"port-version": 1
"port-version": 2
},
"folly": {
"baseline": "2020.10.19.00",
@ -6138,11 +6138,11 @@
},
"vcpkg-cmake": {
"baseline": "2021-02-28",
"port-version": 0
"port-version": 1
},
"vcpkg-cmake-config": {
"baseline": "2021-02-26",
"port-version": 0
"port-version": 1
},
"vcpkg-gfortran": {
"baseline": "3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "71167ed3f3204ccfa0c7571ea5a89df1b113ed74",
"version": "7.1.3",
"port-version": 2
},
{
"git-tree": "4f8427eb0bd40da1856d4e67bde39a4fda689d72",
"version": "7.1.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "46d60d4dd4297bedecdcd308167ad2492b269183",
"version-date": "2021-02-26",
"port-version": 1
},
{
"git-tree": "d255b3d566a8861dcc99a958240463e678528066",
"version-date": "2021-02-26",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4abdcc88bd5ec2c76e320eb2ff4db665ee9913ac",
"version-date": "2021-02-28",
"port-version": 1
},
{
"git-tree": "b627b47898864ee5a880cea03b4dea64b9d81953",
"version-date": "2021-02-28",