Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VAPython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
VAPython
Merge requests
!16
Feat: improve the wheeling during packaging
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Feat: improve the wheeling during packaging
feature/improve-packaging
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Pascal Palenda
requested to merge
feature/improve-packaging
into
develop
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Minor improvement regarding packaging. Now the
build
package is not required anymore.
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
8d63ed17
1 commit,
9 months ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CMakeLists.txt
+
1
−
1
View file @ 8d63ed17
Edit in single-file editor
Open in Web IDE
Show full file
@@ -43,7 +43,7 @@ install (
@@ -43,7 +43,7 @@ install (
if (Python3_Interpreter_FOUND)
if (Python3_Interpreter_FOUND)
execute_process(
execute_process(
COMMAND
${
Python3_EXECUTABLE
}
-m
build --wheel
${
VA_PYTHON_PACKAGE_PATH
}
COMMAND
${
Python3_EXECUTABLE
}
-m
pip wheel --no-deps -w dist
${
VA_PYTHON_PACKAGE_PATH
}
RESULT_VARIABLE _result
RESULT_VARIABLE _result
)
)
if (NOT _result EQUAL 0)
if (NOT _result EQUAL 0)
Loading