qgis / homebrew-qgisdev

Homebrew recipes for QGIS and MacOS
38 stars 31 forks source link

More pip package and supports 3.0.1 release #67

Open smellman opened 6 years ago

smellman commented 6 years ago

I added following:

I suggest to use Homebrew's gdal (currently gdal is 2.2.4!) instead of osgeo4mac's gdal. But it mean drop grass7 support because it depends osgeo4mac's gdal. Currently, brew install --no-sandbox qgis3-dev raise error in Finishing up task but QGIS.app can run.

==> Finishing up
Error: Failed changing dylib ID of /usr/local/Cellar/qgis3-dev/3.0.1/libexec/python/lib/python/site-packages/matplotlib/.dylibs/libpng16.16.dylib
  from /DLC/matplotlib/libpng16.16.dylib
    to /usr/local/opt/qgis3-dev/libexec/python/lib/python/site-packages/matplotlib/.dylibs/libpng16.16.dylib
Error: Failed to fix install linkage
The formula built, but you may encounter issues using it or linking other
formula against it.

Also, I try venv but it fail when running setup.py in matplotlib from tar ball. Someone try this fixes?

3nids commented 6 years ago

I opened a PR in main Osgeo repo for QGIS 3 and integrated your modifications. https://github.com/OSGeo/homebrew-osgeo4mac/pull/353

smellman commented 6 years ago

@3nids Thanks! and now it supports venv!