Add boost-python3
authorXiangyu Xu <bkbncn@gmail.com>
Mon, 4 Jan 2021 09:23:09 +0000 (03:23 -0600)
committerGitHub <noreply@github.com>
Mon, 4 Jan 2021 09:23:09 +0000 (03:23 -0600)
If enable python-api, do need boost-python3.

Brewfile

index 2a985f09e65fa0c0558cf9ce9ce1f70f4ca04dce..b50c70a4b0e7f70a133cd2cadfe313d276cb6f90 100644 (file)
--- a/Brewfile
+++ b/Brewfile
@@ -9,3 +9,4 @@ brew "python3"
 brew "tcl-tk"
 brew "xdot"
 brew "bash"
+brew 'boost-python3'