Skip to content

Commit c9e786d

Browse files
authored
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls. Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install", In support of #21502 * Update version database. * Revert google benchmark changes already submitted as #22728 * Repair version database.
1 parent b18b178 commit c9e786d

717 files changed

Lines changed: 1873 additions & 1097 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ports/3fd/portfile.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
vcpkg_fail_port_install(ON_TARGET "osx" "linux")
2-
31
# Check architecture:
42
if (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
53
set(BUILD_ARCH "Win32")

ports/3fd/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "3fd",
33
"version": "2.6.3",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "C++ Framework For Fast Development",
66
"supports": "windows & !static & !arm64",
77
"dependencies": [

ports/7zip/portfile.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp" "linux" "osx")
2-
31
set(7ZIP_VERSION 19.00)
42
vcpkg_download_distfile(ARCHIVE
53
URLS "https://www.7-zip.org/a/7z1900-src.7z"

ports/7zip/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "7zip",
33
"version-string": "19.00",
4-
"port-version": 3,
4+
"port-version": 4,
55
"description": "Library for archiving file with a high compression ratio.",
66
"homepage": "https://www.7-zip.org",
77
"supports": "!(linux | osx | arm | uwp)"

ports/akali/portfile.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP")
2-
31
vcpkg_from_github(
42
OUT_SOURCE_PATH SOURCE_PATH
53
REPO winsoft666/akali

ports/akali/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "akali",
33
"version-string": "1.42",
4-
"port-version": 2,
4+
"port-version": 3,
55
"description": "C++ Common Library.",
66
"homepage": "https://github.com/winsoft666/akali",
77
"supports": "!(arm | arm64 | uwp)"

ports/alembic/portfile.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
vcpkg_fail_port_install(ON_TARGET "UWP")
2-
if(VCPKG_TARGET_IS_WINDOWS)
3-
vcpkg_fail_port_install(ON_ARCH "x86") # see https://github.com/alembic/alembic/issues/372
4-
endif()
5-
61
vcpkg_buildpath_length_warning(37)
72

83
vcpkg_from_github(

ports/alembic/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "alembic",
33
"version": "1.8.3",
4+
"port-version": 1,
45
"description": "Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.",
56
"homepage": "https://alembic.io/",
67
"supports": "!(windows & x86) & !uwp",

ports/ampl-asl/portfile.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
22

3-
vcpkg_fail_port_install(ON_TARGET "UWP")
4-
53
vcpkg_from_github(
64
OUT_SOURCE_PATH SOURCE_PATH
75
REPO ampl/asl

ports/ampl-asl/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ampl-asl",
33
"version-string": "2020-11-11",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "AMPL Solver Library",
66
"homepage": "https://github.com/ampl/asl",
77
"supports": "!uwp"

0 commit comments

Comments
 (0)