aboutsummaryrefslogtreecommitdiffstats
path: root/Brewfile
diff options
context:
space:
mode:
authorXiangyu Xu <bkbncn@gmail.com>2021-01-04 03:23:09 -0600
committerGitHub <noreply@github.com>2021-01-04 03:23:09 -0600
commitc4e23aab55d5a1fedf73483e71cb36585f3e22b2 (patch)
treea362f822b6246112c2300a0247b17c3aa8ca3f07 /Brewfile
parentb72c29465392c8d260ddf55def169438f7fb64b2 (diff)
downloadyosys-c4e23aab55d5a1fedf73483e71cb36585f3e22b2.tar.gz
yosys-c4e23aab55d5a1fedf73483e71cb36585f3e22b2.tar.bz2
yosys-c4e23aab55d5a1fedf73483e71cb36585f3e22b2.zip
Add boost-python3
If enable python-api, do need boost-python3.
Diffstat (limited to 'Brewfile')
-rw-r--r--Brewfile1
1 files changed, 1 insertions, 0 deletions
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'