Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
faust group
faust
Commits
6d812e7f
Commit
6d812e7f
authored
1 year ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Fix possible inconsitent python version classifier in Windows wheel package.
parent
3a7d8413
No related branches found
No related tags found
No related merge requests found
Pipeline
#857585
passed
1 year ago
Stage: test
Stage: pkg_purepy
Stage: pkg
Stage: code_cov
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
6d812e7f
...
@@ -672,10 +672,11 @@ pkg_linux_purepy_release_openblaso:
...
@@ -672,10 +672,11 @@ pkg_linux_purepy_release_openblaso:
.pkg_win_purepy
:
&pkg_win_purepy
.pkg_win_purepy
:
&pkg_win_purepy
stage
:
pkg_purepy
stage
:
pkg_purepy
script
:
script
:
#TODO: factorize in a script with pkg_win
-
call misc\continuous_integration\jobs\win\build_gpu_mod.bat
-
call misc\continuous_integration\jobs\win\build_gpu_mod.bat
-
if NOT EXIST build (mkdir build) else (rmdir /S /Q build & mkdir build)
-
if NOT EXIST build (mkdir build) else (rmdir /S /Q build & mkdir build)
-
cd build
-
cd build
# make PYTHON_PATH env variable used in cmake findPython consistent with WIN_PY_VER version used after to build the wheel package
-
FOR /F "tokens=*" %%O IN ('py -%WIN_PY_VER% -c "import sys;print(sys.executable)"') do (SET PYTHON_PATH=%%O)
-
'
cmake
-G
"Visual
Studio
16
2019"
-DBUILD_WRAPPER_MATLAB=OFF
-DBUILD_WRAPPER_PYTHON=ON
-DSLOW_TESTS=OFF
-DCPACK_PACKAGE_VERSION=%VERSION%
-DCMAKE_INSTALL_PREFIX=win_pkg_build
-DBUILD_TESTING=OFF
-DMATIO_LIB_FILE=C:/faust_libs/libmatio_standalone.lib
-DREMOTE_DATA_URL="%DURL%"
-DREMOTE_DATA_FILE="%DFILE%"
-DEXPERIMENTAL_PKG=%EXPERIMENTAL_PKG%
-DUSE_GPU_MOD=ON
-DCMAKE_PREFIX_PATH=../gpu_mod
-DBUILD_MULTITHREAD=ON
-DBUILD_FLOAT_PYX=ON
-DCMAKE_BUILD_TYPE=%BUILD_CONFIG%
-DVCOMPLIB_PATH=C:\faust_libs\vcomp140.dll
..'
-
'
cmake
-G
"Visual
Studio
16
2019"
-DBUILD_WRAPPER_MATLAB=OFF
-DBUILD_WRAPPER_PYTHON=ON
-DSLOW_TESTS=OFF
-DCPACK_PACKAGE_VERSION=%VERSION%
-DCMAKE_INSTALL_PREFIX=win_pkg_build
-DBUILD_TESTING=OFF
-DMATIO_LIB_FILE=C:/faust_libs/libmatio_standalone.lib
-DREMOTE_DATA_URL="%DURL%"
-DREMOTE_DATA_FILE="%DFILE%"
-DEXPERIMENTAL_PKG=%EXPERIMENTAL_PKG%
-DUSE_GPU_MOD=ON
-DCMAKE_PREFIX_PATH=../gpu_mod
-DBUILD_MULTITHREAD=ON
-DBUILD_FLOAT_PYX=ON
-DCMAKE_BUILD_TYPE=%BUILD_CONFIG%
-DVCOMPLIB_PATH=C:\faust_libs\vcomp140.dll
..'
-
cmake --build . --target FAUST --config %BUILD_CONFIG%
-
cmake --build . --target FAUST --config %BUILD_CONFIG%
-
cmake --build . --target python_cpp --config %BUILD_CONFIG%
-
cmake --build . --target python_cpp --config %BUILD_CONFIG%
...
...
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