Build with dyanmically loaded libraries
Open
- Dominant language
- C++
- Stars
- 755
- Forks
- 55
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 7
Description
At conda-forge we build with dynamically loaded libraries.
It would be nice to have a switch to enable both.
I had to do a few things:
1. Disable your vendored version of brotli
2. Link to all necessary libraries of brotli using their dyanmic version.
Still a bit of a work in progress, but the patch I had to use can be seen here:
https://github.com/conda-forge/staged-recipes/pull/11913/files
Contributor guide
Assessment
This issue has not been assessed yet.