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

Remove mystery unused zlib dependency #16983

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Remove mystery unused zlib dependency #16983

merged 1 commit into from
Jan 22, 2025

Conversation

blozano-tt
Copy link
Contributor

@blozano-tt blozano-tt commented Jan 22, 2025

Problem description

Linking tt_metal would fail in Anaconda, without the zlib.so being present in the system.
However, it appears nothing is using zlib.
So why are we globally linking it to all targets?

What's changed

Don't link zlib.

Checklist

@blozano-tt blozano-tt requested a review from a team as a code owner January 22, 2025 20:32
@@ -198,7 +198,6 @@ target_link_libraries(
metal_common_libs
INTERFACE
dl
z
Copy link
Collaborator

Choose a reason for hiding this comment

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

Was this for UMD? I can't even remember...

@blozano-tt blozano-tt merged commit 4eeac5b into main Jan 22, 2025
191 of 192 checks passed
@blozano-tt blozano-tt deleted the blozano-link-zlib branch January 22, 2025 22:05
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.

3 participants