We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While experimenting with zstd I noticed that libarchive is not compiled with zstd support.
I tried to simply add the dependency to libarchive buildInputs, but I noticed the circular dependency.
libarchive -> zstd -> cmake -> libarchive
It seems the easiest way is to compile zstd without cmake (it supports compilation via plain make or meson). But there might be other options.
What do you think? @jcumming @orivej
The text was updated successfully, but these errors were encountered:
Hehe, I will always encourage mesonbuild usage.
Sorry, something went wrong.
I just noticed this will be fixed #78910
No branches or pull requests
While experimenting with zstd I noticed that libarchive is not compiled with zstd support.
I tried to simply add the dependency to libarchive buildInputs, but I noticed the circular dependency.
libarchive -> zstd -> cmake -> libarchive
It seems the easiest way is to compile zstd without cmake (it supports compilation via plain make or meson). But there might be other options.
What do you think? @jcumming @orivej
The text was updated successfully, but these errors were encountered: