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

zlib-ng: provide better compatibility with zlib #19476

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

Nekto89
Copy link
Contributor

@Nekto89 Nekto89 commented Aug 29, 2023

Specify library name and version: zlib-ng/all

This change will allow zlib-ng to have same file/target names as zlib.


@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@stale
Copy link

stale bot commented Oct 15, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 15, 2023
Nekto89 added a commit to Nekto89/conan-center-index that referenced this pull request Nov 6, 2023
@stale stale bot removed the stale label Nov 7, 2023
@conan-center-bot

This comment has been minimized.

@uilianries uilianries self-assigned this Nov 13, 2023
@@ -106,6 +108,12 @@ def package_info(self):
self.cpp_info.libs = [f"z{suffix}"]
if self.options.zlib_compat:
self.cpp_info.defines.append("ZLIB_COMPAT")
#copied from zlib
Copy link
Member

Choose a reason for hiding this comment

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

I liked it, but it's not supported by the upstream.

I opened a PR to the upstream asking about it: zlib-ng/zlib-ng#1601

Let's see what is the answer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

change is available in latest 2.1.6. Should I add this version in this PR?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, please.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

2.1.6 was added in other PR. I've rebased my branch on latest master.

@ghost
Copy link

ghost commented Nov 28, 2023

I detected other pull requests that are modifying zlib-ng/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@ghost ghost mentioned this pull request Nov 28, 2023
3 tasks
@Nekto89 Nekto89 changed the title zlib-ng: provide better compatibility with zlib zlib-ng: provide better compatibility with zlib and add 2.1.6 Jan 11, 2024
@conan-center-bot

This comment has been minimized.

@Nekto89 Nekto89 force-pushed the zlib-ng/compat_zlib branch from 2a606ee to ac96eac Compare January 12, 2024 09:07
@Nekto89 Nekto89 changed the title zlib-ng: provide better compatibility with zlib and add 2.1.6 zlib-ng: provide better compatibility with zlib Jan 12, 2024
@Nekto89 Nekto89 closed this Jan 19, 2024
@Nekto89 Nekto89 reopened this Jan 19, 2024
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 8 (ac96eac8362e3bf218490fe84251a02a6952ed25):

  • zlib-ng/2.1.5:
    All packages built successfully! (All logs)

  • zlib-ng/2.1.4:
    All packages built successfully! (All logs)

  • zlib-ng/2.1.2:
    All packages built successfully! (All logs)

  • zlib-ng/2.1.6:
    All packages built successfully! (All logs)

  • zlib-ng/2.0.7:
    All packages built successfully! (All logs)

  • zlib-ng/2.0.6:
    All packages built successfully! (All logs)

  • zlib-ng/2.0.2:
    All packages built successfully! (All logs)

  • zlib-ng/2.0.5:
    All packages built successfully! (All logs)

  • zlib-ng/2.1.3:
    All packages built successfully! (All logs)


Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 8 (ac96eac8362e3bf218490fe84251a02a6952ed25):

  • zlib-ng/2.1.3:
    All packages built successfully! (All logs)

  • zlib-ng/2.1.5:
    All packages built successfully! (All logs)

  • zlib-ng/2.1.4:
    All packages built successfully! (All logs)

  • zlib-ng/2.1.6:
    All packages built successfully! (All logs)

  • zlib-ng/2.1.2:
    All packages built successfully! (All logs)

  • zlib-ng/2.0.6:
    All packages built successfully! (All logs)

  • zlib-ng/2.0.7:
    All packages built successfully! (All logs)

  • zlib-ng/2.0.5:
    All packages built successfully! (All logs)

  • zlib-ng/2.0.2:
    All packages built successfully! (All logs)

Copy link
Member

@uilianries uilianries left a comment

Choose a reason for hiding this comment

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

LGTM

@conan-center-bot conan-center-bot merged commit 2a1b78b into conan-io:master Feb 5, 2024
76 checks passed
Ahajha pushed a commit to Ahajha/conan-center-index that referenced this pull request Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants