mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
fix bbim builds...
This commit is contained in:
@@ -196,10 +196,10 @@ endif
|
|||||||
|
|
||||||
# Provides IFCJSON functionality
|
# Provides IFCJSON functionality
|
||||||
# TODO: replace with main repo if https://github.com/IFCJSON-Team/IFC2JSON_python/pull/3 is merged.
|
# TODO: replace with main repo if https://github.com/IFCJSON-Team/IFC2JSON_python/pull/3 is merged.
|
||||||
cd build && wget -O master.zip https://github.com/Moult/IFC2JSON_python/archive/refs/heads/feature-ios-v0.8.0.zip
|
cd build && wget -O ifc2json.zip https://github.com/Moult/IFC2JSON_python/archive/refs/heads/feature-ios-v0.8.0.zip
|
||||||
cd build && unzip master.zip && rm master.zip
|
cd build && unzip ifc2json.zip && rm ifc2json.zip
|
||||||
# IFCJSON doesn't have pyproject.toml, so we use python command.
|
# IFCJSON doesn't have pyproject.toml, so we use python command.
|
||||||
cd build && . env/$(VENV_ACTIVATE) && cd IFC2JSON_python-master/file_converters && \
|
cd build && . env/$(VENV_ACTIVATE) && cd IFC2JSON_python-*/file_converters && \
|
||||||
$(PYTHON) -c "from setuptools import setup; \
|
$(PYTHON) -c "from setuptools import setup; \
|
||||||
setup( \
|
setup( \
|
||||||
name='ifcjson', \
|
name='ifcjson', \
|
||||||
@@ -208,7 +208,7 @@ endif
|
|||||||
author_email='jan@brewsky.nl', \
|
author_email='jan@brewsky.nl', \
|
||||||
packages=['ifcjson'], \
|
packages=['ifcjson'], \
|
||||||
)" bdist_wheel
|
)" bdist_wheel
|
||||||
cp -r build/IFC2JSON_python-master/file_converters/dist/*.whl build/wheels/
|
cp -r build/IFC2JSON_python-*/file_converters/dist/*.whl build/wheels/
|
||||||
|
|
||||||
# Brickschema requires pkg_resources which is provided by Blender.
|
# Brickschema requires pkg_resources which is provided by Blender.
|
||||||
# Provides Brickschema functionality
|
# Provides Brickschema functionality
|
||||||
|
|||||||
Reference in New Issue
Block a user