代码拉取完成,页面将自动刷新
同步操作将从 averagePerson/ezdxf 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# Copyright (c) 2020, Manfred Moitzi
# License: MIT License
# For Windows is an installation of MSYS or MinGW required and their "/bin"
# folders have to be added to the PATH environment variable.
# Copy this template to "makefile" and modify it to your needs,
# or use "make -f makefile.template <target>"
# The generic "makefile" is not tracked by git.
BUILD_OPTIONS = setup.py build_ext -i
ACC = src/ezdxf/acc
# For Windows:
# PYTHON3 = py
# For Linux:
PYTHON3 = python3
.PHONY: build test0 test1 clean sdist bdist packages
build:
$(PYTHON3) $(BUILD_OPTIONS)
test0: build
$(PYTHON3) -m pytest tests
test1: test0
$(PYTHON3) -m pytest integration_tests
clean:
rm -f $(ACC)/*.pyd
rm -f $(ACC)/*.html
rm -fR ./build
# Autogenerated C source files
rm -f $(ACC)/vector.cpp
rm -f $(ACC)/matrix44.cpp
rm -f $(ACC)/bezier4p.cpp
rm -f $(ACC)/bezier3p.cpp
rm -f $(ACC)/bspline.cpp
rm -f $(ACC)/construct.cpp
sdist: clean
$(PYTHON3) setup.py sdist --formats=zip
bdist: clean
$(PYTHON3) setup.py bdist_wheel
packages: sdist bdist
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。