From 7c1c1390740c31da2017744ff64a08f0105f1237 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 9 Jul 2024 22:03:04 +1000 Subject: [PATCH] Attempt to bundle pyradiance --- src/blenderbim/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index f2fd61d0b4..6daaa6f0cd 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -212,9 +212,11 @@ endif cd dist/working && . env/bin/activate && $(PIP) install lark --target=./site-packages # Required by IFC4D cd dist/working && . env/bin/activate && $(PIP) install PyP6Xer --target=./site-packages - # Required by Web module + # Required by web module cd dist/working && . env/bin/activate && $(PIP) install python-socketio[asyncio_client] --target=./site-packages cd dist/working && . env/bin/activate && $(PIP) install aiohttp --target=./site-packages + # Required by light module + cd dist/working && . env/bin/activate && $(PIP) install pyradiance $(PYPI_PLATFORM) --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --target=./site-packages cp -r dist/working/site-packages/* dist/blenderbim/libs/site/packages/ rm -rf dist/working