代码拉取完成,页面将自动刷新
[build-system]
requires = ["setuptools>=42", "wheel", "pybind11==2.12.1"]
build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
archs = ["auto"]
build-frontend = "default"
config-settings = {}
dependency-versions = "pinned"
environment = {}
environment-pass = []
build-verbosity = "3"
skip = ["*-win32", "*-manylinux_i686", "pp*", "*-musllinux*", "*cp313*"]
before-all = ""
before-build = [
"python --version",
"python -m pip install --upgrade pip"
]
repair-wheel-command = ""
test-command = ""
before-test = ""
test-requires = []
test-extras = []
container-engine = "docker"
manylinux-x86_64-image = "manylinux2014_x86_64:dolphindb"
manylinux-aarch64-image = "manylinux2014_aarch64:dolphindb"
[tool.cibuildwheel.linux]
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
before-all = "rm -rf build"
before-build = [
"python --version",
"python -m pip config set global.index-url --site http://mirrors.aliyun.com/pypi/simple/",
"python -m pip config set global.trusted-host mirrors.aliyun.com",
"python -m pip install --upgrade pip --trusted-host mirrors.aliyun.com"
]
[[tool.cibuildwheel.overrides]]
select = "*-aarch64*"
before-build = [
"python --version",
"python -m pip config set global.index-url --site http://mirrors.aliyun.com/pypi/simple/",
"python -m pip config set global.trusted-host mirrors.aliyun.com",
"python -m pip install --upgrade pip --trusted-host mirrors.aliyun.com"
]
[tool.cibuildwheel.macos]
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
archs = ["x86_64", "arm64"]
before-all = "rm -rf build"
before-build = [
"python --version",
"python -m pip config set global.trusted-host --site pypi.python.org",
"python -m pip config set global.trusted-host --site pypi.org",
"python -m pip install --upgrade pip",
"python -m pip install --upgrade certifi"
]
[tool.cibuildwheel.windows]
before-all = [
"(if exist build rmdir /s /q build)",
]
before-build = [
"python --version",
"python -m pip config set global.index-url --site http://mirrors.aliyun.com/pypi/simple/",
"python -m pip config set global.trusted-host mirrors.aliyun.com",
"python -m pip install --upgrade pip --trusted-host mirrors.aliyun.com"
]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。