mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
makefile - do not download pkg_resources as it's provided by blender
It seems Blender started providing pkg_resources by default at some point, see: blender-4.2.0/4.2/python/lib/site-packages/pkg_resources
This commit is contained in:
@@ -278,6 +278,7 @@ endif
|
|||||||
cp -r dist/working/IFC2JSON_python-master/file_converters/ifcjson/dist/*.whl dist/blenderbim/wheels/
|
cp -r dist/working/IFC2JSON_python-master/file_converters/ifcjson/dist/*.whl dist/blenderbim/wheels/
|
||||||
rm -rf dist/working
|
rm -rf dist/working
|
||||||
|
|
||||||
|
# Brickschema requires pkg_resources which is provided by Blender.
|
||||||
# Provides Brickschema functionality
|
# Provides Brickschema functionality
|
||||||
mkdir dist/working
|
mkdir dist/working
|
||||||
# For now lets bundle the latest nightly schema
|
# For now lets bundle the latest nightly schema
|
||||||
@@ -285,14 +286,6 @@ endif
|
|||||||
cd dist/working && cp Brick.ttl ../blenderbim/bim/schema/Brick.ttl
|
cd dist/working && cp Brick.ttl ../blenderbim/bim/schema/Brick.ttl
|
||||||
rm -rf dist/working
|
rm -rf dist/working
|
||||||
|
|
||||||
# Required by brickschema
|
|
||||||
# This is a bit of a dodgy one, it should be provided by setuptools which Blender doesn't ship.
|
|
||||||
mkdir dist/working
|
|
||||||
cd dist/working && wget https://github.com/IfcOpenShell/IfcOpenShell/raw/v0.8.0/src/blenderbim/scripts/pkg_resources.tar.gz
|
|
||||||
cd dist/working && tar -xzvf pkg_resources*
|
|
||||||
cd dist/working/ && cp -r pkg_resources ../blenderbim/libs/site/packages/
|
|
||||||
rm -rf dist/working
|
|
||||||
|
|
||||||
# Required for hipped roof generation
|
# Required for hipped roof generation
|
||||||
mkdir dist/working
|
mkdir dist/working
|
||||||
cd dist/working && wget https://github.com/prochitecture/bpypolyskel/archive/refs/heads/master.zip
|
cd dist/working && wget https://github.com/prochitecture/bpypolyskel/archive/refs/heads/master.zip
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user