Skip to content

Feat(kclvm-win): rm py39-libs in kclvm-windows. #382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions scripts/build-windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,9 @@ go run rename.go -old="_output\kclvm-windows\python.exe" -new="_output\kclvm-win
:: install pip
_output\kclvm-windows\kclvm.exe get-pip.py

:: pip install -r ..\requirements.txt
_output\kclvm-windows\kclvm.exe -m pip install ^
-r .\requirements.release.txt ^
--target=_output\kclvm-windows\Lib\site-packages

:: install kclvm
_output\kclvm-windows\kclvm.exe -m pip install kclvm

:: install python39 include and libs
go run .\copy-dir.go .\py39-libs .\_output\kclvm-windows

:: install kclvm-cli
call .\\build_kclvm_cli.bat

Expand Down
Loading