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

Compile blosc using cc crate #17

Closed
wants to merge 4 commits into from

Conversation

rosaliedewinther
Copy link

This change allows blosc-rs to be included in a cargo.toml file without having to manually install blosc. Also, CMake is specifically not used, to simplify the build system.

Snappy compression is no longer included in the original project which is why the test case has been removed, see Blosc/c-blosc@0a454d9. lz4, zlib and zstd are all being compiled and can be used.

@asomers
Copy link
Owner

asomers commented Mar 29, 2023

Sorry, but this is beyond the scope of blosc-rs. See also #11 for more discussion. Removing Snappy, though, sounds important. I'll create a separate issue for that.

@asomers asomers closed this Mar 29, 2023
@asomers asomers mentioned this pull request Mar 29, 2023
@asomers asomers mentioned this pull request Dec 15, 2023
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.

2 participants