Skip to content
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

New QGIS 2.0.0 cask #5179

Closed
wants to merge 1 commit into from
Closed

New QGIS 2.0.0 cask #5179

wants to merge 1 commit into from

Conversation

hanxue
Copy link
Contributor

@hanxue hanxue commented Jul 3, 2014

- See issue Homebrew#5074 - requires GDAL Framework and Matplotlib
@radeksimko
Copy link
Contributor

I think we could guide the user a bit more until we'll actually support dependencies.

e.g. see https://github.com/caskroom/homebrew-cask/blob/master/Casks/chunkulus.rb#L18

regarding the silent fail during installation - there's apparently similar issue with prey which requires reinstallation too.

I'd change it for the time being to this (until we figure out why it's silently failing and how we can fix it):

  caveats do
    <<-EOS.undent
    #{@cask} requires the GDAL framework and Matplotlib to be installed first,
    otherwise the installation will fail. Try installing it with

        brew cask install gdal-framework matplotlib 

    and then reinstall QGIS

        brew cask uninstall qgis
        brew cask install qgis
    EOS
  end

@rolandwalker it's quite exhaustive, but I'm afraid it's the best we can do (so far), any feedback here?

@rolandwalker
Copy link
Contributor

The exhaustive approach seems like the best you can do now.

caveats also get printed during brew cask info. It's impossible to get the wording consistent for both situations, so (like you) I just word them for the case of brew cask install.

@radeksimko radeksimko mentioned this pull request Jul 23, 2014
@radeksimko
Copy link
Contributor

@hanxue Thank you for the contribution. It will be merged in a different pull request with mentioned caveats changes + some other simple alternations (see #4910). Your contribution is still included (and still credited to you), with the appropriate modifications, when applicable.

@radeksimko radeksimko closed this Jul 23, 2014
@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants