mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
makefile - create wheels dir
This commit is contained in:
@@ -119,6 +119,7 @@ endif
|
|||||||
$(PIP) install build
|
$(PIP) install build
|
||||||
cd dist/working && . env/bin/activate && $(PIP) install wheel
|
cd dist/working && . env/bin/activate && $(PIP) install wheel
|
||||||
|
|
||||||
|
mkdir wheels
|
||||||
# Provides IfcOpenShell Python functionality
|
# Provides IfcOpenShell Python functionality
|
||||||
cd ../ifcopenshell-python && make dist PLATFORM=$(PLATFORM)64 PYVERSION=$(PYVERSION) && cp dist/*.whl ../blenderbim/dist/blenderbim/wheels/
|
cd ../ifcopenshell-python && make dist PLATFORM=$(PLATFORM)64 PYVERSION=$(PYVERSION) && cp dist/*.whl ../blenderbim/dist/blenderbim/wheels/
|
||||||
cd ../bcf && make dist && cp dist/*.whl ../blenderbim/dist/blenderbim/wheels/
|
cd ../bcf && make dist && cp dist/*.whl ../blenderbim/dist/blenderbim/wheels/
|
||||||
|
|||||||
Reference in New Issue
Block a user