Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
if: inputs.manylinux
run: |
set -e pipefail
yum install -y redhat-lsb-core perl-IPC-Cmd curl zip unzip tar
yum install -y redhat-lsb-core perl-IPC-Cmd perl-Time-Piece curl zip unzip tar

# This must happen after checkout, because checkout would remove the directory.
- name: Install Ninja
Expand Down
2 changes: 1 addition & 1 deletion cmake/Options/TileDBToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 ea2a964f9303270322cf3f2d51c265ba146c422d) # 2025-04-01
set(VCPKG_COMMIT_STRING 3b9d086009cc1c2256e9c28ad44a00036fbd9b26) # 2025-10-24
message("Vcpkg commit string used: ${VCPKG_COMMIT_STRING}")
include(FetchContent)
FetchContent_Declare(
Expand Down
7 changes: 0 additions & 7 deletions ports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,4 @@ For ease of review when patching existing ports, you are recommended to make one

| Port | Reason |
|---------------|--------------------------------------------------------------------------|
| `aws-c-cal` | Patching to remove unused OpenSSL dependency on Windows (vcpkg PR 44996) |
| `aws-sdk-cpp` | Patching to fix MinGW build failures. |
| `capnproto` | Patching to fix compatibility with CMake 4.0 (PR 2272) |
| `crc32c` | Patching to fix compatibility with CMake 4.0 (PR 68) |
| `fmt` | Patching to update to version 1.11.4 (vcpkg PR 44774) |
| `libfaketime` | Port does not yet exist upstream |
| `s2n` | Patching to fix compatibility with CMake 4.0 (PR 4933) |
| `spdlog` | Patching to compile with `-fvisibility=hidden` |
38 changes: 0 additions & 38 deletions ports/aws-c-cal/portfile.cmake

This file was deleted.

14 changes: 0 additions & 14 deletions ports/aws-c-cal/remove-libcrypto-messages.patch

This file was deleted.

23 changes: 0 additions & 23 deletions ports/aws-c-cal/vcpkg.json

This file was deleted.

14 changes: 0 additions & 14 deletions ports/aws-sdk-cpp/find-dependency.patch

This file was deleted.

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

This file was deleted.

15 changes: 0 additions & 15 deletions ports/aws-sdk-cpp/fix-wininet-http2.patch

This file was deleted.

14 changes: 0 additions & 14 deletions ports/aws-sdk-cpp/fix-winsock-headers.patch

This file was deleted.

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

This file was deleted.

75 changes: 0 additions & 75 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.

Loading
Loading