From: Xiangyu Xu Date: Mon, 4 Jan 2021 09:23:09 +0000 (-0600) Subject: Add boost-python3 X-Git-Tag: working-ls180~24^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4e23aab55d5a1fedf73483e71cb36585f3e22b2;p=yosys.git Add boost-python3 If enable python-api, do need boost-python3. --- diff --git a/Brewfile b/Brewfile index 2a985f09e..b50c70a4b 100644 --- a/Brewfile +++ b/Brewfile @@ -9,3 +9,4 @@ brew "python3" brew "tcl-tk" brew "xdot" brew "bash" +brew 'boost-python3'