mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 03:33:48 +00:00
Bonsai Makefile - drop wheel renaming workaround #5743
This commit is contained in:
@@ -306,12 +306,6 @@ endif
|
|||||||
fi
|
fi
|
||||||
mv build/wheels/*.whl build/bonsai/wheels/
|
mv build/wheels/*.whl build/bonsai/wheels/
|
||||||
|
|
||||||
# Temporary workaround for Blender not handling non-3.11 wheels #5743.
|
|
||||||
# Use '-n' as on macos x86-64 doesn't have a binary wheel and it autoincludes 'cp311'.
|
|
||||||
prev_whl_name=$$(find build/bonsai/wheels/tzfpy-*.whl); \
|
|
||||||
whl_name=$$(echo $$prev_whl_name | sed "s/-cp39-/-cp$(PYNUMBER)-/"); \
|
|
||||||
mv --update=none "$$prev_whl_name" "$$whl_name";
|
|
||||||
|
|
||||||
ifneq ($(PLATFORM), linux)
|
ifneq ($(PLATFORM), linux)
|
||||||
# Safeguard: in case one of `pip download` will break,
|
# Safeguard: in case one of `pip download` will break,
|
||||||
# it will produce a linux wheel for non-linux build (our github action machine is using linux).
|
# it will produce a linux wheel for non-linux build (our github action machine is using linux).
|
||||||
|
|||||||
Reference in New Issue
Block a user