mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
See #3085. Don't bundle numpy as Blender already has it and it causes conflicts.
This commit is contained in:
@@ -664,6 +664,10 @@ endif
|
|||||||
cp -r dist/working/bpypolyskel-master/bpypolyskel dist/blenderbim/libs/site/packages/
|
cp -r dist/working/bpypolyskel-master/bpypolyskel dist/blenderbim/libs/site/packages/
|
||||||
rm -rf dist/working
|
rm -rf dist/working
|
||||||
|
|
||||||
|
# Remove dependencies also bundled with Blender
|
||||||
|
rm -rf dist/blenderbim/libs/site/packages/numpy
|
||||||
|
rm -rf dist/blenderbim/libs/site/packages/numpy.libs
|
||||||
|
|
||||||
cd dist/blenderbim && $(SED) "s/999999/$(VERSION)/" __init__.py
|
cd dist/blenderbim && $(SED) "s/999999/$(VERSION)/" __init__.py
|
||||||
cd dist && zip -r blenderbim-$(VERSION)-$(PYVERSION)-$(PLATFORM).zip ./*
|
cd dist && zip -r blenderbim-$(VERSION)-$(PYVERSION)-$(PLATFORM).zip ./*
|
||||||
rm -rf dist/blenderbim
|
rm -rf dist/blenderbim
|
||||||
|
|||||||
Reference in New Issue
Block a user