Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
d24008c3
Unverified
Commit
d24008c3
authored
Jul 01, 2020
by
peterjc123
Committed by
GitHub
Jul 01, 2020
Browse files
Update MSVC toolchain to 14.13 (#2374)
parent
766721b1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
packaging/windows/internal/build_conda.bat
packaging/windows/internal/build_conda.bat
+1
-1
packaging/windows/internal/build_wheels.bat
packaging/windows/internal/build_wheels.bat
+1
-1
packaging/windows/internal/vc_install_helper.sh
packaging/windows/internal/vc_install_helper.sh
+1
-1
packaging/windows/internal/vs2017_install.ps1
packaging/windows/internal/vs2017_install.ps1
+1
-1
No files found.
packaging/windows/internal/build_conda.bat
View file @
d24008c3
if
"
%VC_YEAR%
"
==
"2017"
set
VSDEVCMD_ARGS
=
-vcvars
_ver
=
14
.1
1
if
"
%VC_YEAR%
"
==
"2017"
set
VSDEVCMD_ARGS
=
-vcvars
_ver
=
14
.1
3
if
"
%VC_YEAR%
"
==
"2017"
powershell
packaging
/windows/internal/vs
2017
_install.ps1
if
errorlevel
1
exit
/b
1
...
...
packaging/windows/internal/build_wheels.bat
View file @
d24008c3
if
"
%VC_YEAR%
"
==
"2017"
set
VSDEVCMD_ARGS
=
-vcvars
_ver
=
14
.1
1
if
"
%VC_YEAR%
"
==
"2017"
set
VSDEVCMD_ARGS
=
-vcvars
_ver
=
14
.1
3
if
"
%VC_YEAR%
"
==
"2017"
powershell
packaging
/windows/internal/vs
2017
_install.ps1
if
errorlevel
1
exit
/b
1
...
...
packaging/windows/internal/vc_install_helper.sh
View file @
d24008c3
...
...
@@ -4,7 +4,7 @@ set -ex
if
[[
"
$CU_VERSION
"
==
"cu92"
]]
;
then
export
VC_YEAR
=
2017
export
VSDEVCMD_ARGS
=
"-vcvars_ver=14.1
1
"
export
VSDEVCMD_ARGS
=
"-vcvars_ver=14.1
3
"
powershell packaging/windows/internal/vs2017_install.ps1
elif
[[
"
$CU_VERSION
"
==
"cu100"
]]
;
then
export
VC_YEAR
=
2017
...
...
packaging/windows/internal/vs2017_install.ps1
View file @
d24008c3
$VS_DOWNLOAD_LINK
=
"https://aka.ms/vs/15/release/vs_buildtools.exe"
$VS_INSTALL_ARGS
=
@(
"--nocache"
,
"--quiet"
,
"--wait"
,
"--add Microsoft.VisualStudio.Workload.VCTools"
,
"--add Microsoft.VisualStudio.Component.VC.Tools.14.1
1
"
,
"--add Microsoft.VisualStudio.Component.VC.Tools.14.1
3
"
,
"--add Microsoft.Component.MSBuild"
,
"--add Microsoft.VisualStudio.Component.Roslyn.Compiler"
,
"--add Microsoft.VisualStudio.Component.TextTemplating"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment