-
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
[libzim]add package #30758
[libzim]add package #30758
Conversation
10afece
to
52e4328
Compare
b0b92d1
to
12dfa91
Compare
4347d63
to
4f6c2ff
Compare
Is work still being done for this PR? Please ping us if this PR is ready for review. |
should hold for a while as libzim's windows release has some problem. |
f12a1de
to
c10eddc
Compare
c10eddc
to
143f892
Compare
I can build success on my local machine . |
e5b5028
to
8606aa2
Compare
update libzim versions libzim:meson ignore xapian
8606aa2
to
8263f1c
Compare
9e8b984
to
5f0bd44
Compare
Update ports/libzim/portfile.cmake Co-authored-by: Mengna Li <[email protected]> add version
vcpkg seems have encounter some build issue problem. the check task has not been finished in hours. |
@xiaoyifang Feature |
xapian only support release library. How can I disable debug library? the check will not pass with error
|
I don't think this is right. vcpkg builds both configurations. There is currently no other port which consumes xapian, and the problem might be specific to MSVC. I guess that's why it wasn't noticed before. |
This is in the xapian.h
|
weird , I do not think I changed libass? I think I need to disable android support for now. |
Yes, this was the base for my comment. It might even be possible to remove that code, but it needs more investigation. This doesn't need to be done in this PR.
Cannot check the logs because you didn't let that CI run finish. |
|
If this PR adds a new port, please uncomment and fill out this checklist:
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.