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

Ensure that _geoslib is built with MSVC 14.0 for Windows Python3 #565

Merged
merged 9 commits into from
Nov 1, 2022

Conversation

molinav
Copy link
Member

@molinav molinav commented Nov 1, 2022

In the hotfix release 1.3.6 of basemap, this problem was first addressed, and after that it was possible to build geos_c.dll with MSVC 14.0 for Python 3 on Windows. However, the _geoslib module was still being built with MSVC 19.33 because of some limitation in the GitHub Action used to setup MSVC. Furthermore, the solution in 1.3.6 is not enough in case we are trying to build GEOS >= 3.6 using the GeosLibrary helper class.

This PR addresses these remaining problems and ensures that the GitHub workflows build binaries linked with MSVC 14.0 for Python 3 on Windows.

@molinav molinav merged commit fa8ca92 into develop Nov 1, 2022
@molinav molinav deleted the bugfix-msvc-issue branch November 1, 2022 19:08
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

Successfully merging this pull request may close these issues.

None yet

1 participant