Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aidge_core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Houssem ROUIS
aidge_core
Commits
51cf1c15
Commit
51cf1c15
authored
11 months ago
by
Grégoire Kubler
Browse files
Options
Downloads
Patches
Plain Diff
chore : reorganized cibuildwheel section in pyproject.toml
parent
318b044a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+7
-7
7 additions, 7 deletions
pyproject.toml
with
7 additions
and
7 deletions
pyproject.toml
+
7
−
7
View file @
51cf1c15
...
@@ -49,6 +49,13 @@ test-command = "pytest {package}/aidge_core/unit_tests"
...
@@ -49,6 +49,13 @@ test-command = "pytest {package}/aidge_core/unit_tests"
# ]
# ]
### AIDGE DEPENDENCIES DECLARATION
### AIDGE DEPENDENCIES DECLARATION
[tool.cibuildwheel.linux.environment]
# aidge_core do not rely on any aidge dependency, hence this string is empty
AIDGE_DEPENDENCIES
=
""
# format => "dep_1 dep_2 ... dep_n"
AIDGE_INSTALL
=
"/AIDGE_INSTALL_CIBUILDWHEEL"
[tool.cibuildwheel.windows.environment]
AIDGE_DEPENDENCIES
=
'@()'
# format => '@("dep_1","dep_2", ... ,"dep_n")'
AIDGE_INSTALL
=
"../AIDGE_INSTALL_CIBUILDWHEEL/"
[tool.cibuildwheel.linux]
[tool.cibuildwheel.linux]
before-build
=
[
before-build
=
[
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host"
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host"
...
@@ -57,13 +64,6 @@ before-build = [
...
@@ -57,13 +64,6 @@ before-build = [
before-build
=
[
before-build
=
[
"powershell -File .
\\
.gitlab
\\
ci
\\
cibuildwheel_build_deps_before_build_wheel.ps1"
"powershell -File .
\\
.gitlab
\\
ci
\\
cibuildwheel_build_deps_before_build_wheel.ps1"
]
]
[tool.cibuildwheel.linux.environment]
# aidge_core do not rely on any aidge dependency, hence this string is empty
AIDGE_DEPENDENCIES
=
""
# format => "dep_1 dep_2 ... dep_n"
AIDGE_INSTALL
=
"/AIDGE_INSTALL_CIBUILDWHEEL"
[tool.cibuildwheel.windows.environment]
AIDGE_DEPENDENCIES
=
'@()'
# format => '@("dep_1","dep_2", ... ,"dep_n")'
AIDGE_INSTALL
=
"../AIDGE_INSTALL_CIBUILDWHEEL/"
#####################################################
#####################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment