[pbc] Remove vcpkg_fail_port_install. (#22757)

The support expression was missing the arm block, but there was no ci.baseline.txt impact.

In support of https://github.com/microsoft/vcpkg/pull/21502
This commit is contained in:
Billy O'Neal 2022-01-24 12:46:21 -08:00 committed by GitHub
parent 63e8e69d0c
commit 9fb2ecfd33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,3 @@
vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP")
set(PBC_VERSION 0.5.14)
if(NOT VCPKG_TARGET_IS_WINDOWS)

View File

@ -1,10 +1,10 @@
{
"name": "pbc",
"version-string": "0.5.14",
"port-version": 5,
"version": "0.5.14",
"port-version": 6,
"description": "Pairing-Based Crypto library provides low-level routines for pairing-based cryptosystems.",
"homepage": "https://crypto.stanford.edu/pbc",
"supports": "!uwp",
"supports": "!uwp & !arm",
"dependencies": [
{
"name": "gmp",

View File

@ -5210,7 +5210,7 @@
},
"pbc": {
"baseline": "0.5.14",
"port-version": 5
"port-version": 6
},
"pcapplusplus": {
"baseline": "21.11",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "23742abe8879e71a911c56845977ad2387e9bfa6",
"version": "0.5.14",
"port-version": 6
},
{
"git-tree": "de531bdf83ba5c3a005655bde246d58074a28937",
"version-string": "0.5.14",