File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ runs:
124
124
$pkg_clang = 'clang'
125
125
$pkg_llvm = 'llvm'
126
126
$pkg_gxx = 'g++'
127
- $additional_deps = @()
128
127
129
128
if (!$latest) {
130
129
$pkg_version = Format-UpstreamVersion $version
@@ -135,21 +134,11 @@ runs:
135
134
136
135
$clang = "$clang-$pkg_version"
137
136
$clangxx = "$clangxx-$pkg_version"
138
-
139
- if ($pkg_version -eq '13') {
140
- # On both Bionic and Focal, the following error occurs otherwise:
141
- #
142
- # The following packages have unmet dependencies:
143
- # llvm-13 : Depends: libomp5-13 (>= 8) but it is not going to be installed
144
- # E: Unable to correct problems, you have held broken packages.
145
- $additional_deps += 'libomp5-13'
146
- }
147
137
}
148
138
if (!$x64) {
149
139
$pkg_gxx = 'g++-multilib'
150
140
}
151
141
$packages = $pkg_clang,$pkg_llvm,$pkg_gxx
152
- $packages += $additional_deps
153
142
154
143
Install-Package $packages
155
144
} elseif ($cygwin_host) {
You can’t perform that action at this time.
0 commit comments