mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 03:57:56 +00:00
package-zip-archives: check runtime deps for python wrapper too
This commit is contained in:
@@ -264,6 +264,9 @@ def package_python_wrapper(
|
|||||||
# TODO: packs qt libs also?
|
# TODO: packs qt libs also?
|
||||||
stage_runtime_payload(ifcopenshell_install_dir, ifcopenshell_dir)
|
stage_runtime_payload(ifcopenshell_install_dir, ifcopenshell_dir)
|
||||||
|
|
||||||
|
if not is_platform("MAC"):
|
||||||
|
check_runtime_dependencies(ifcopenshell_dir)
|
||||||
|
|
||||||
zip_path = output_dir / f"ifcopenshell-{py_version_major}-{VERSION}-{github_sha}-{arch_suffix}.zip"
|
zip_path = output_dir / f"ifcopenshell-{py_version_major}-{VERSION}-{github_sha}-{arch_suffix}.zip"
|
||||||
run("zip", "-y", "-r", "-qq", "-1", str(zip_path), "ifcopenshell", cwd=package_dir)
|
run("zip", "-y", "-r", "-qq", "-1", str(zip_path), "ifcopenshell", cwd=package_dir)
|
||||||
shutil.rmtree(package_dir)
|
shutil.rmtree(package_dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user