-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[cld3] New Port #33312
[cld3] New Port #33312
Conversation
Convert this PR to draft since there are CI pipeline errors need to fix. Please ping us if this PR is ready for review again. |
Pinging @rozdaybeda for response. Is work still being done for this PR? |
Not really, remove them from the build? |
These tools are installed to the temp folder, I just want confirm do these tools need to installed to packages and installed folder. |
I don't think they are needed |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
I'm not sure why the |
It is not AZP but GHA. Close+reopen might re-trigger it. |
/azp run |
Sorry I broke the build lab Sunday night |
Azure Pipelines successfully started running 1 pipeline(s). |
@JavierMatosD This new port doesn't meet the guidelines: It adds CMake config which is not from upstream (AFAICS), but which lacks the |
You are correct. I missed that. I'll open a PR with the fix shortly. Thanks for the heads up! |
* [cld3] new port * [cld3] fix port version * update a path to the license * use vcpkg_install_cmake * remove deprecated functions * disable arm test * update sha * ci.baseline.txt * Update scripts/ci.baseline.txt Co-authored-by: Lily Wang <[email protected]> * Update ports/cld3/vcpkg.json Co-authored-by: Lily Wang <[email protected]> * Update ports/cld3/portfile.cmake Co-authored-by: Lily Wang <[email protected]> * fix version * scripts/ci.baseline.txt * update patch * c++ 11 version * disable 64-osx * more patches * fix linux/Win32 static only * anable other platforms * fix build * x64-osx * ci.baseline.txt * Revert "ci.baseline.txt" This reverts commit ade1499. * Update ports/cld3/portfile.cmake Co-authored-by: Lily Wang <[email protected]> * fix version * remove unused vcpkg-cmake-config * move install headers to portfile * remove ABI version * add LF to ci.baseline.txt * scripts/ci.baseline.txt * disable unit tests * fix * move COMPILER_MSVC to port file * fix version * add line break * refactoring * uncomment -D_GLIBCXX_USE_CXX11_ABI=0 * add cld3Config.cmake.in * improve cld3Config.cmake.in --------- Co-authored-by: Alexander ROZDAYBEDA <[email protected]> Co-authored-by: Lily Wang <[email protected]>
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxxvcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.