From e9fb6b3c1d5bc3eec876ed637e5c0ad313c8c4fa Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 13 Mar 2026 16:29:15 +0500 Subject: [PATCH] Bonsai Makefile - upstream bpypolyskel wheel recipe Sent PR - https://github.com/prochitecture/bpypolyskel/pull/22 --- src/bonsai/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index 81becd475d..3cbfd8bdbf 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -232,16 +232,8 @@ endif cd build/bonsai/bim/data/brick/ && wget https://github.com/BrickSchema/Brick/releases/download/nightly/Brick.ttl # Required for hipped roof generation - cd build && wget https://github.com/prochitecture/bpypolyskel/archive/refs/heads/master.zip - cd build && unzip master.zip && rm master.zip - cd build && . env/$(VENV_ACTIVATE) && cd bpypolyskel-master && \ - $(PYTHON) -c "from setuptools import setup; \ - setup( \ - name='bpypolyskel', \ - version='0.0.0', \ - packages=['bpypolyskel'], \ - )" bdist_wheel - cp -r build/bpypolyskel-master/dist/*.whl build/wheels/ + # 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/ # folder for executable files mkdir -p build/bonsai/libs/bin