Bonsai Makefile - use official bpypolyskel repo instead of fork

Since https://github.com/prochitecture/bpypolyskel/pull/22 got merged.
This commit is contained in:
Andrej730
2026-03-16 10:21:20 +05:00
parent a8d28fb469
commit 1c456c3cb2
+1 -2
View File
@@ -232,8 +232,7 @@ endif
cd build/bonsai/bim/data/brick/ && wget https://github.com/BrickSchema/Brick/releases/download/nightly/Brick.ttl cd build/bonsai/bim/data/brick/ && wget https://github.com/BrickSchema/Brick/releases/download/nightly/Brick.ttl
# Required for hipped roof generation # 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/prochitecture/bpypolyskel" --no-deps -w wheels/
cd build && . env/$(VENV_ACTIVATE) && $(PYTHON) -m pip wheel "git+https://github.com/Andrej730/bpypolyskel.git@pyproject_toml" --no-deps -w wheels/
# folder for executable files # folder for executable files
mkdir -p build/bonsai/libs/bin mkdir -p build/bonsai/libs/bin