Closed jvolkening closed 6 years ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
I do have some suggestions for making it better though...
For recipe:
LGTM
Hello, it seems pzstd
is removed somewhere between this PR and master
since I can't find it on master, curious if anyone knows why that was removed
I think I found the PR that removed pzstd https://github.com/conda-forge/zstd-feedstock/pull/15
Could you please raise a new issue and include the info requested in the issue template? This is the most effective way to ensure the issue is tracked and addressable. Thanks! 🙏
yup will do, thank you for replying!
EDIT: done here: https://github.com/conda-forge/zstd-feedstock/issues/76
zstd
doesn't yet thread decompression. In the meantime,pzstd
can be incredibly fast when decompressing using multiple cores. This PR enables buildingpzstd
from the contrib directory on Linux/OSX. I don't know how to enablepzstd
builds on Windows, or if it is even possible.