ocaml-opam / opam-depext

Attempt to automate the installation of system packages required by OPAM packages
Other
33 stars 28 forks source link

Allow passing brew options in the depexts field of an opam file #125

Closed UnixJunkie closed 4 years ago

UnixJunkie commented 4 years ago

cf. https://github.com/ocaml/opam-repository/issues/13078

UnixJunkie commented 4 years ago

For example, on osx in the conf-gnuplot package, we should say:

brew install gnuplot --with-qt

instead of

brew install gnuplot
rjbou commented 4 years ago

External dependencies handling is integrated in opam (since 2.1.0-alpha). If this is still an issue, please open one in opam bugtracker. Thanks!