-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QGIS 3.0.1 #353
QGIS 3.0.1 #353
Conversation
I guess you've based this on the formula from the qgis-dev tap. I think that is a good starting point to get this rolling. Thank you very much for working on this! Just a heads-up for the long-term maintenance of the QGIS formulas in case you are not already aware. It seems the homebrew project is moving towards only supporting command line applications and want to deal with GUI applications as casks instead. I don't know what the implications of moving QGIS to a cask based install but it seems to be the right thing to do in the future. |
Awesome! I think one issue with this formula is that the qt-5.7 formulae won’t build correctly because there’s no qt@5.7 formula. I’m trying to create one, but the compilation is failing for me. Which version of qt does QGIS require, could we try bumping to 5.9 or something? |
There was a request on the qgis-dev list recently about bumping the osgeo4w qt packages to either 5.9 or 5.10, so I would guess that upgrading to 5.9 would be okay. |
@kbevers Sounds great, I'll try to get those bumped and see what we can do. |
@3nids I just update for supports venv (qgis/homebrew-qgisdev#67), please update your PR. |
@smellman thanks a lot for this. |
since you are discussing about gdal, can you tell me why Homebrew core isn't using gdal2 instead of gdal? |
another comment about @kbevers comment about |
@luisspuerto GDAL in homebrew-core is at version 2.2.4, the most recent. As of homebrew 1.6 (released a week ago) the |
@kbevers I see that the update to the gdal version 2.2.4 was quite recent –a month ago or even lest. I'm happy to hear that they finally updated. The problem now is homebrew's formula seems not to have so many options as osgeo4mac one. Are we finally going to merge formulas? About Cask, I really like them and that is a partial solution. But, you can't download the source code and build your own app as we do with QGIS now here. |
I would appreciate if that could happen. I am experiencing some issues when having both core and osgeo gdal installed at the same time. Some conflicts with postgis if I remember correctly. But it seems like a huge chunk of work to merge the two packages so I can understand if this is not going to happen.
Yeah, I guess you have to prepare the binary locally and upload it somewhere. Maybe there's the potential for a osgeo-casks project? There are other osgeo gui apps that could benefit from that as well. |
@3nids I can make PR directly but I want to wait discussion for gdal2 issue. |
@smellman I would suggest that for now, we stick with using the osgeo gdal2 formula. I would be open to discussing a future PR to merge the osgeo and core gdal formula, especially since we've been working to pull most of the extra backends and drivers out into their own formulae (see @3nids @kbevers @luisspuerto Thoughts? Regarding the cask issue, I agree that we should definitely move in that direction, I've never worked with casks before, so it might take some time to figure out how to port to the new approach. Does any of that make sense? |
Yes! I agree that the GDAL stuff is out of scope for this PR. So is the casking of QGIS. This was a good place to mention both, though. |
IMHO, and without knows a lot, I think that if we can make work QGIS3 with what we have at hand right now it's much better. In the long run we can think on merge as much as we could in the core formulae. Regarding to cask... I use them regularly and usually update them. @vitorgalvao has a really nice script that usually do it seamlessly. To return to the point, AFAIK cask is not for apps that build from source, which has a lot of sense. A Homebrew-cask would be the pre-build version of QGIS3 available on QGIS page. This take us to the problem that right now homebrew has with the deprecation of |
QGIS is not alone in missing a "missing package manager for macOS". Most Open Source GUI applications do. One of them is Inkscape. Tim Sheridan started the |
Resolved with #429 |
No description provided.