Skip to content

Python app formula dependencies #1150

Discussion options

You must be logged in to vote

It's simpler to stick to a specific Python version. If you want to support multiple Python versions, you can either:

  • create a separate formula for each Python version you support; or,
  • use options in the formula to allow the user to choose which Python version to build your app with.

Note that formulae with options are not accepted in homebrew/core (in case you plan to submit it), but you're free to host one in your own tap. You can look at the docs and the Git logs for examples of how to make use of options.

I cannot use tarballs as numpy takes forever to install when it's not a binary.

Why not use the Homebrew numpy formula?

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mafrosis
Comment options

@carlocab
Comment options

@mafrosis
Comment options

@carlocab
Comment options

Answer selected by mafrosis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants