Skip to content
Snippets Groups Projects
Commit 22915341 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : refactor pyproject.toml

parent c659e818
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #45653 canceled
......@@ -41,21 +41,20 @@ write_to = "aidge_core/_version.py"
build-frontend = "build"
### AIDGE DEPENDENCIES DECLARATION
# aidge_core do not rely on any aidge dependency, hence this string is empty
[tool.cibuildwheel.linux.environment]
# AIDGE_DEPENDENCIES = "" # format => "dep_1 dep_2 ... dep_n"
AIDGE_INSTALL="/host/AIDGE_INSTALL_CIBUILDWHEEL"
[tool.cibuildwheel.windows.environment]
# AIDGE_DEPENDENCIES = "" # format => "dep_1","dep_2", ... ,"dep_n"
AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/"
[tool.cibuildwheel.linux]
before-build = [
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh ${AIDGE_DEPENDENCIES}"
]
[tool.cibuildwheel.linux.environment]
AIDGE_DEPENDENCIES = "" # format => "dep_1 dep_2 ... dep_n"
AIDGE_INSTALL="/AIDGE_INSTALL_CIBUILDWHEEL"
[tool.cibuildwheel.windows]
before-build = [
"powershell -File .\\.gitlab\\ci\\cibuildwheel_build_deps_before_build_wheel.ps1"
]
[tool.cibuildwheel.windows.environment]
AIDGE_DEPENDENCIES = [] # format => "dep_1","dep_2", ... ,"dep_n"
AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/"
#####################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment