Get Appveyor to build GEOS and pygeos whl files for Windows#99
Closed
mwtoews wants to merge 1 commit intopygeos:masterfrom
Closed
Get Appveyor to build GEOS and pygeos whl files for Windows#99mwtoews wants to merge 1 commit intopygeos:masterfrom
mwtoews wants to merge 1 commit intopygeos:masterfrom
Conversation
Member
|
This is great, thanks for pushing this. I enabled appveyor on pygeos-wheels, so could you instead move the PR there? When committing you could just put [skip travis] in your commit messages so that only appveyor is triggered. |
This was referenced Mar 3, 2020
Member
|
Closing through pygeos/pygeos-wheels#1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR builds binary .whl files for Windows on AppVeyor, and the artefacts should be suitable to be uploaded to PyPi as discussed on #98
GEOS static and dynamic libraries are built with MSVC 2017 for Python 3.5-3.8, and the *.dll files (required by
lib.cp38-win_amd64.pyd) are copied to the .whl file.See working example at https://ci.appveyor.com/project/mwtoews/pygeos
It's currently draft as I'm uncertain that this repo is the best place to put this code. Is https://github.com/pygeos/pygeos-wheels a better home? (I'll admit I'm not 100% certain what's going on with multibuild)