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

GEOS library size is bloated #234

Closed
jaakkor2 opened this issue Nov 26, 2019 · 1 comment
Closed

GEOS library size is bloated #234

jaakkor2 opened this issue Nov 26, 2019 · 1 comment

Comments

@jaakkor2
Copy link
Contributor

Looks like dynamic libraries of GEOS are huge in size.

In .julia\artifacts\899bb0e10d4accc34dff74b1c82ffbfe56dc8b23\bin, libgeos-3-8-0.dll and libgeos_c-1.dll are 57339 KB and 3239 KB respectively, whereas in .julia\conda\3\pkgs\geos-3.8.0-h33f27b4_0\Library\bin, geos.dll and geos_c.dll are 1346 KB and 346 KB respectively.

The files at https://github.com/JuliaBinaryWrappers/GEOS_jll.jl/releases/tag/GEOS-v3.8.0%2B1 contain a file logs/GEOS.log that suggest that -O2 was already passed to the compiler, so PR #232 was a clueless attempt to improve.

@giordano
Copy link
Member

The sizes of the tarballs are now one twentieth as before. I guess we can close this ticket?

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

No branches or pull requests

2 participants