Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build errors with CMake 3.29.1. #4859

Merged
merged 2 commits into from
Apr 9, 2024
Merged

Fix build errors with CMake 3.29.1. #4859

merged 2 commits into from
Apr 9, 2024

Conversation

teo-tsirpanis
Copy link
Member

@teo-tsirpanis teo-tsirpanis commented Apr 9, 2024

CMake 3.29.1 had a change that broke vcpkg's vcpkg_cmake_config_fixup command. This PR updates the port containing the command to adapt to the new behavior. The change will be upstreamed with microsoft/vcpkg#38017.

Validated locally. For ease of review, the first commit copies the existing port as-is, and the second commit updates it.

Fixes #4857
Fixes TileDB-Inc/TileDB-CSharp#405
Fixes the root cause of TileDB-Inc/conda-forge-nightly-controller#83


TYPE: NO_HISTORY

Copy link
Member

@ihnorton ihnorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From discussion, noting that this PR vendors the changes to vcpkg_cmake_config_fixup.cmake from microsoft/vcpkg#38017 as a root-cause fix -- so that we don't have to separately patch each downstream (until upstream fixes are all propogated).

@teo-tsirpanis
Copy link
Member Author

Read the Docs build failed due to network failures.

@KiterLuc KiterLuc merged commit 690479f into dev Apr 9, 2024
60 of 61 checks passed
@KiterLuc KiterLuc deleted the teo/vcpkg-cmake-config branch April 9, 2024 19:58
@teo-tsirpanis
Copy link
Member Author

@KiterLuc should we backport this to 2.21? C# nightly tests are failing on that branch.

github-actions bot pushed a commit that referenced this pull request Apr 10, 2024
CMake 3.29.1 had a change that broke vcpkg's `vcpkg_cmake_config_fixup`
command. This PR updates the port containing the command to adapt to the
new behavior. The change will be upstreamed with microsoft/vcpkg#38017.

Validated locally. For ease of review, the first commit copies the
existing port as-is, and the second commit updates it.

Fixes #4857
Fixes TileDB-Inc/TileDB-CSharp#405
Fixes the root cause of TileDB-Inc/conda-forge-nightly-controller#83

---
TYPE: NO_HISTORY

(cherry picked from commit 690479f)
KiterLuc pushed a commit that referenced this pull request Apr 10, 2024
CMake 3.29.1 had a change that broke vcpkg's `vcpkg_cmake_config_fixup`
command. This PR updates the port containing the command to adapt to the
new behavior. The change will be upstreamed with microsoft/vcpkg#38017.

Validated locally. For ease of review, the first commit copies the
existing port as-is, and the second commit updates it.

Fixes #4857
Fixes TileDB-Inc/TileDB-CSharp#405
Fixes the root cause of TileDB-Inc/conda-forge-nightly-controller#83

---
TYPE: NO_HISTORY

(cherry picked from commit 690479f)
teo-tsirpanis added a commit that referenced this pull request Apr 10, 2024
CMake 3.29.1 had a change that broke vcpkg's `vcpkg_cmake_config_fixup`
command. This PR updates the port containing the command to adapt to the
new behavior. The change will be upstreamed with microsoft/vcpkg#38017.

Validated locally. For ease of review, the first commit copies the
existing port as-is, and the second commit updates it.

Fixes #4857
Fixes TileDB-Inc/TileDB-CSharp#405
Fixes the root cause of TileDB-Inc/conda-forge-nightly-controller#83

---
TYPE: NO_HISTORY
KiterLuc pushed a commit that referenced this pull request Apr 10, 2024
Backport 690479f from #4859.

---
TYPE: NO_HISTORY
DESC: Fix build errors with CMake 3.29.1.

Co-authored-by: Theodore Tsirpanis <[email protected]>
KiterLuc pushed a commit that referenced this pull request Apr 10, 2024
Backport 690479f from #4859.

---
TYPE: NO_HISTORY
DESC: Fix build errors with CMake 3.29.1.
dudoslav pushed a commit that referenced this pull request Apr 17, 2024
CMake 3.29.1 had a change that broke vcpkg's `vcpkg_cmake_config_fixup`
command. This PR updates the port containing the command to adapt to the
new behavior. The change will be upstreamed with microsoft/vcpkg#38017.

Validated locally. For ease of review, the first commit copies the
existing port as-is, and the second commit updates it.

Fixes #4857
Fixes TileDB-Inc/TileDB-CSharp#405
Fixes the root cause of TileDB-Inc/conda-forge-nightly-controller#83

---
TYPE: NO_HISTORY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants