mapnik / python-mapnik

Python bindings for mapnik
GNU Lesser General Public License v2.1
157 stars 91 forks source link

Remove hardcode references to MacOSX10.12.sdk #198

Closed martinmiglio closed 5 years ago

martinmiglio commented 5 years ago

With reference to issue #167 In the mason-packages, there are hardcoded references to MacOSX10.12.sdk for the xcode sdks required to build mapnik._mapnik extension. If you install xcode on a mac today, the included SDK is MacOSX 10.14, which won't work for building python-mapnik because mason is looking for version 10.12. The new SDK isn't named MacOSX.sdk anymore, it is now called simply MacOSX.sdk thus versioned names aren't necessary.

talaj commented 5 years ago

Thank you for the information. However, I don't see how merging v3.0.x branch into master can help with the issue.

Also it is not needed or desirable to use mason-packages for running python-mapnik. The only reason for mason-packages is to provide versions of dependencies under which visual tests are passing. This is not needed unless you want to participate in development of Mapnik.