Closed mwtoews closed 3 years ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
I do have some suggestions for making it better though...
For recipe:
Documentation on acceptable licenses can be found here.
Another addition to this PR is to use the Ninja build system for Windows build to speed it up. Using the "NMake Makefiles" generator took nearly 23 minutes.
This is definitely a welcomed change but I'm not qualified to review it. @gillins can you merge this if you are OK with it?
Thanks @mwtoews
With the CMake build setup for Windows, there are a few stale lines that should be modernized:
geos_svn_revision.h
no longer usedGEOS_BUILD_STATIC
was removed from a previous GEOS release. UseBUILD_SHARED_LIBS=ON
.