From 1c456c3cb2e70fa3d064439af5b4c369a9c54c35 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 16 Mar 2026 10:21:20 +0500 Subject: [PATCH] Bonsai Makefile - use official bpypolyskel repo instead of fork Since https://github.com/prochitecture/bpypolyskel/pull/22 got merged. --- src/bonsai/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index 3cbfd8bdbf..f21f1b42ac 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -232,8 +232,7 @@ endif cd build/bonsai/bim/data/brick/ && wget https://github.com/BrickSchema/Brick/releases/download/nightly/Brick.ttl # Required for hipped roof generation - # TODO: Use official repo once https://github.com/prochitecture/bpypolyskel/pull/22 is merged. - cd build && . env/$(VENV_ACTIVATE) && $(PYTHON) -m pip wheel "git+https://github.com/Andrej730/bpypolyskel.git@pyproject_toml" --no-deps -w wheels/ + cd build && . env/$(VENV_ACTIVATE) && $(PYTHON) -m pip wheel "git+https://github.com/prochitecture/bpypolyskel" --no-deps -w wheels/ # folder for executable files mkdir -p build/bonsai/libs/bin