mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Fix missing bdist wheel during build
This commit is contained in:
@@ -194,7 +194,7 @@ endif
|
|||||||
cd build && wget https://github.com/IFCJSON-Team/IFC2JSON_python/archive/master.zip
|
cd build && wget https://github.com/IFCJSON-Team/IFC2JSON_python/archive/master.zip
|
||||||
cd build && unzip master.zip && rm master.zip
|
cd build && unzip master.zip && rm master.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/IFC2JSON_python-master/file_converters && \
|
cd build && . env/bin/activate && cd IFC2JSON_python-master/file_converters && \
|
||||||
$(PYTHON) -c "from setuptools import setup; \
|
$(PYTHON) -c "from setuptools import setup; \
|
||||||
setup( \
|
setup( \
|
||||||
name='ifcjson', \
|
name='ifcjson', \
|
||||||
@@ -213,7 +213,7 @@ endif
|
|||||||
# Required for hipped roof generation
|
# Required for hipped roof generation
|
||||||
cd build && wget https://github.com/prochitecture/bpypolyskel/archive/refs/heads/master.zip
|
cd build && wget https://github.com/prochitecture/bpypolyskel/archive/refs/heads/master.zip
|
||||||
cd build && unzip master.zip && rm master.zip
|
cd build && unzip master.zip && rm master.zip
|
||||||
cd build/bpypolyskel-master && \
|
cd build && . env/bin/activate && cd bpypolyskel-master && \
|
||||||
$(PYTHON) -c "from setuptools import setup; \
|
$(PYTHON) -c "from setuptools import setup; \
|
||||||
setup( \
|
setup( \
|
||||||
name='bpypolyskel', \
|
name='bpypolyskel', \
|
||||||
|
|||||||
Reference in New Issue
Block a user