From dd8ec95fad543a7b2dfadaea9c3c043c3840eb31 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 14 Jul 2024 23:10:51 +1000 Subject: [PATCH] Whoops --- src/blenderbim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 8467ac97b3..d8a07cf42d 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -220,7 +220,7 @@ endif # Required by light module ifeq ($(PLATFORM), linux) # See https://github.com/LBNL-ETA/pyradiance/issues/34 - cd dist/working && . env/bin/activate && $(PIP) install pyradiance manylinux1 --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --target=./site-packages + cd dist/working && . env/bin/activate && $(PIP) install pyradiance --platform manylinux1_x86_64 --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --target=./site-packages else ifneq ($(PLATFORM), macos) # No support for MacOS Intel from upstream. Too bad :( cd dist/working && . env/bin/activate && $(PIP) install pyradiance $(PYPI_PLATFORM) --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --target=./site-packages