Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add zstd to build dependencies #1558

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

Merged
merged 3 commits into from
May 10, 2025
Merged

Conversation

StanFromIreland
Copy link
Contributor

@StanFromIreland StanFromIreland commented May 9, 2025

@@ -258,6 +259,7 @@ zipapp pfmoore
zipfile alanmcintyre^, serhiy-storchaka, Yhg1s, gpshead
zipimport Yhg1s*
zlib Yhg1s, gpshead*
compression.zstd
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do we use this ordering or should it be under compression?

Copy link
Member

@ned-deily ned-deily left a comment

Choose a reason for hiding this comment

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

The macOS dependencies section also needs to be updated:

-         $ brew install pkg-config openssl@3 xz gdbm tcl-tk mpdecimal
+         $ brew install pkg-config openssl@3 xz gdbm tcl-tk mpdecimal zstd

and:

+         $ sudo port install pkgconfig openssl xz gdbm tcl tk +quartz mpdecimal
-         $ sudo port install pkgconfig openssl xz gdbm tk +quartz mpdecimal zstd

(The removal of tcl is deliberate; it's a dependency of the tk port and thus does not need to be specified.)

@StanFromIreland StanFromIreland requested a review from ned-deily May 10, 2025 07:45
Comment on lines 80 to 81
compression
compression.zstd
Copy link
Contributor Author

Choose a reason for hiding this comment

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

cc @AA-Turner You have been active here, do you want to be added? I don't think Emma can be added as I believe it is limited to core.

@StanFromIreland StanFromIreland requested a review from hugovk May 10, 2025 11:53
Copy link
Member

@ned-deily ned-deily left a comment

Choose a reason for hiding this comment

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

Thanks for making the changes. They LGTM.

@AA-Turner AA-Turner changed the title Add zstd Add zstd to build dependencies May 10, 2025
@AA-Turner AA-Turner merged commit 24f7a45 into python:main May 10, 2025
4 checks passed
@StanFromIreland StanFromIreland deleted the add-dep branch May 10, 2025 21:32
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.

Feature: Add zstd dev lib to dependencies
4 participants