Skip to content

Commit

Permalink
Bump the baseline again to get newer AWS and Google Cloud SDK verisons.
Browse files Browse the repository at this point in the history
The custom AWS SDK port is no longer needed; the patch has been upstreamed to vcpkg.
  • Loading branch information
teo-tsirpanis committed Jul 1, 2024
1 parent 5883c9d commit d1ddee5
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 1,576 deletions.
2 changes: 1 addition & 1 deletion cmake/Options/TileDBToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (NOT DEFINED CMAKE_TOOLCHAIN_FILE)
# Inspired from https://github.com/Azure/azure-sdk-for-cpp/blob/azure-core_1.10.3/cmake-modules/AzureVcpkg.cmake
message("TILEDB_DISABLE_AUTO_VCPKG is not defined. Fetch a local copy of vcpkg.")
# To help with resolving conflicts, when you update the commit, also update its date.
set(VCPKG_COMMIT_STRING 01f602195983451bc83e72f4214af2cbc495aa94) # 2024-05-25
set(VCPKG_COMMIT_STRING 101cc9a69a1061969caf4b73579a34873fdd60fe) # 2024-07-01
message("Vcpkg commit string used: ${VCPKG_COMMIT_STRING}")
include(FetchContent)
FetchContent_Declare(
Expand Down
11 changes: 5 additions & 6 deletions ports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ For ease of review when patching existing ports, you are recommended to make one

## List of port overlays

| Port | Reason |
|---------------|---------------------------------------------------------------------------------------|
| `aws-sdk-cpp` | Patching to fix failures to find curl (https://github.com/aws/aws-sdk-cpp/pull/2974). |
| `libmagic` | Updating to the upstream port deferred due to failures. |
| `openssl` | Pinning to OpenSSL 1.1 until we can move to 3.0 in January 2024. |
| `libfaketime` | Port does not yet exist upstream |
| Port | Reason |
|---------------|------------------------------------------------------------------|
| `libmagic` | Updating to the upstream port deferred due to failures. |
| `openssl` | Pinning to OpenSSL 1.1 until we can move to 3.0 in January 2024. |
| `libfaketime` | Port does not yet exist upstream |
13 changes: 0 additions & 13 deletions ports/aws-sdk-cpp/find-dependency-curl.patch

This file was deleted.

22 changes: 0 additions & 22 deletions ports/aws-sdk-cpp/fix-aws-root.patch

This file was deleted.

31 changes: 0 additions & 31 deletions ports/aws-sdk-cpp/fix_find_curl.patch

This file was deleted.

73 changes: 0 additions & 73 deletions ports/aws-sdk-cpp/generateFeatures.ps1

This file was deleted.

20 changes: 0 additions & 20 deletions ports/aws-sdk-cpp/lock-curl-http-and-tls-settings.patch

This file was deleted.

12 changes: 0 additions & 12 deletions ports/aws-sdk-cpp/patch-relocatable-rpath.patch

This file was deleted.

103 changes: 0 additions & 103 deletions ports/aws-sdk-cpp/portfile.cmake

This file was deleted.

12 changes: 0 additions & 12 deletions ports/aws-sdk-cpp/usage

This file was deleted.

38 changes: 0 additions & 38 deletions ports/aws-sdk-cpp/vcpkg.in.json

This file was deleted.

Loading

0 comments on commit d1ddee5

Please sign in to comment.