-
Notifications
You must be signed in to change notification settings - Fork 558
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 expanded cxx string ABIs are identical #316
Comments
What I find interesting is that building locally twice for the same platform and the same string ABI I get non-identical files. I think it's very surprising that there are identical libraries in two different builds (moreover targeting different string ABIs) |
I just tried running these two on BinaryBuilder master:
And still got tarballs that are identical apart from the log. From doing a
on the Is there anything else I can do to make it use the cxx03 string ABI? |
@staticfloat do you maybe have any insights here? Would love to get unstuck for the GEOS -> GDAL builds. |
That's not good! That means there's probably a BB bug. Can you point me to the resultant files? EDIT: Nevermind, I saw the link in your top post. |
This already came up in #293 (comment), but making a separate issue to keep GEOS issues out of the GDAL PR discussion.
In #302 we expanded the cxx string ABIs for GEOS. However the files for both builds are identical apart from the log. Both are built with cxx11 string ABI.
Does anyone have an idea why
expand_cxxstring_abis
is not working here, and how we can make it work?https://github.com/JuliaBinaryWrappers/GEOS_jll.jl/releases/tag/GEOS-v3.8.0%2B2
https://github.com/libgeos/geos
The text was updated successfully, but these errors were encountered: