-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Missing libbrotlidec-static.a in version 1.1.0 #1174
Comments
When I
I wonder why this has happened? |
ryandesign
referenced
this issue
in macports/macports-ports
Aug 4, 2024
As of brotli 1.1.0, upstream no longer builds static libraries by default. Although there are no dependents in the ports tree requiring the static libraries, users have asked for these. As the build system only allows to build static or shared libaries in one run, create a separate subport that installs the static libraries only.
chipitsine
added a commit
to chipitsine/wal-g
that referenced
this issue
Oct 31, 2024
more details: google/brotli#1174
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am building the
Brunsli/0.1-GCCcore-13.2.0
module from source on our HPC clusters, and it depends onlibbrotlidec-static.a
. The latter static library is automatically created with Brotli version 1.0.9. However, in the newer minor release 1.1.0, the static library is no longer created.This is causing a lot of dependency resolution issues for me when building massive bundle of R packages using EasyBuild (see e.g. (this PR)[https://github.com/easybuilders/easybuild-easyconfigs/pull/20756]).
Now, I wonder how it would be possible to let the build system for version 1.1.0 consistently create
libbrotlidec-static.a
, so that I can compile my desired version of Brunsli by linking to it.The text was updated successfully, but these errors were encountered: