From c4e23aab55d5a1fedf73483e71cb36585f3e22b2 Mon Sep 17 00:00:00 2001 From: Xiangyu Xu Date: Mon, 4 Jan 2021 03:23:09 -0600 Subject: [PATCH] Add boost-python3 If enable python-api, do need boost-python3. --- Brewfile | 1 + 1 file changed, 1 insertion(+) 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' -- 2.30.2