Closed nickpeihl closed 4 years ago
GDAL 3.1.0 is now available. this pr required a few other changes aside from the url.
--with-mandir
--with-curl
--with-xml2
yes/no
I ran brew audit --strict osgeo-gdal but it returned a lot of issues that seem out of scope for this PR as they already exist onmaster`.
brew audit --strict osgeo-gdal but it returned a lot of issues that seem out of scope for this PR as they already exist on
please let me know if you have questions or concerns.
GDAL 3.1.0 is now available. this pr required a few other changes aside from the url.
--with-mandir
is no longer supported as a configure option. so I removed what I believe are the relevant code parts.--with-curl
was changed to use the curl-openssl dependency location. but I'm not sure why this was needed.--with-xml2
only acceptsyes/no
. GDAL now uses pkginfo to determine the path for libxml2.I ran
brew audit --strict osgeo-gdal but it returned a lot of issues that seem out of scope for this PR as they already exist on
master`.please let me know if you have questions or concerns.