Developing formula with various dependencies #5178
Unanswered
abhinavsns
asked this question in
Writing Formulae/Casks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I am currently writing a formula abhinavsns/homebrew-openfpm/openfpm to compile from source that depends on
hdf5-mpi
andpetsc
. The problem is thatpetsc
depends onhdf5
. Homebrew smartly identifies this and prompts the user to unlink hdf5 usingbrew unlink hdf5
, and repeat the install, which works fine. Is there a way to do this automatically during installation?Beta Was this translation helpful? Give feedback.
All reactions