1 Star 0 Fork 3.5K

東西南北東 / mindquantum

forked from MindSpore / mindquantum 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
Damien Nguyen 提交于 2022-02-24 11:33 . Fix building using cibuildwheel
[build-system]
# requires = ["setuptools>=42", "wheel", "pybind11>=2.6.0", "setuptools_scm[toml]>=3.4"]
requires = ["setuptools>=42", "wheel", "pybind11>=2.6.0"]
build-backend = "backend"
backend-path = ["_build"]
# ==============================================================================
[tool.black]
line-length = 120
target-version = ['py36','py37','py38']
skip-string-normalization = true
[tool.coverage]
[tool.coverage.run]
omit = [
'*_test.py',
'*_fixtures.py'
]
[tool.pylint]
[tool.pylint.master]
ignore-patterns = [
'.*_test.py',
'.*_fixtures.py',
]
extension-pkg-whitelist = [
]
extension-pkg-allow-list = [
]
[tool.pylint.basic]
good-names = []
[tool.pylint.format]
max-line-length = 120
[tool.pylint.messages_control]
disable = [
'no-name-in-module', # due to dynamic importing of symbols
'fixme'
]
# [tool.pytest.ini_options]
# minversion = '6.0'
# addopts = '-pno:warnings'
# testpaths = ['mindquantum']
# norecursedirs = 'third_party'
# mock_use_standalone_module = true
[tool.isort]
profile = "black"
#[tool.setuptools_scm]
#write_to = 'VERSION.txt'
#write_to_template = '{version}'
#local_scheme = 'no-local-version'
#fallback_version = '0.3.0'
[tool.yapf]
column_limit = 120
[tool.cibuildwheel]
archs = ['auto64']
build-frontend = 'build'
build-verbosity = 1
skip = 'pp* *-musllinux*'
environment = { MQ_CI_BUILD='1', OMP_NUM_THREADS='1' }
before-test = [
'cd {package}',
'python setup.py gen_reqfile',
'python -m pip install -r requirements.txt --prefer-binary',
]
test-command = 'python {package}/tests/quick_test.py'
# Normal options, etc.
manylinux-x86_64-image = 'manylinux2014'
[[tool.cibuildwheel.overrides]]
select = 'cp3{6,7,8,9}-*'
manylinux-x86_64-image = 'manylinux2010'
Python
1
https://gitee.com/jokerxu924/mindquantum.git
git@gitee.com:jokerxu924/mindquantum.git
jokerxu924
mindquantum
mindquantum
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891