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

[REQUEST] Make it possible to have a subset of externally built libraries for Blosc in FindBlosc.cmake #1811

Open
vasil-pashov opened this issue May 12, 2024 · 0 comments

Comments

@vasil-pashov
Copy link

Is your feature request related to a problem? Please describe.

Currently, there is an option BLOSC_USE_EXTERNAL_SOURCES in FindBlosc.cmake which controls whether Blosc was built with external sources. This option however is all or nothing. It suggests that Blosc is built either with the in-source version of all libraries (lz4 snappy zlib zstd) or all of them are using custom sources.

Describe the solution you'd like

Add parameter e.g. BLOSC_EXTERNAL_SOURCES_LIST allowing to pass only a subset of (lz4 snappy zlib zstd) used as an external source to build blosc.

Describe alternatives you've considered

I couldn't think of a workaround so I'm building Blosc using the in-source version it provides.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant