File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 30
30
<ItemGroup >
31
31
<Content Include =" $(RepoRoot)eng\pkg\CommonPackage.props" Pack =" true" PackagePath =" build\netstandard2.0\$(MSBuildProjectName).props" />
32
32
</ItemGroup >
33
-
34
- <ItemGroup >
35
- <PackageDownload Include =" inteldal.devel.win-x64" Version =" [2023.0.0.23189]" />
36
-
37
- <PackageDownload Condition =" $([MSBuild]::IsOSPlatform('Linux'))" Include =" inteldal.redist.linux-x64" Version =" [2023.0.0.23046]" />
38
- <PackageDownload Condition =" $([MSBuild]::IsOSPlatform('Linux'))" Include =" inteltbb.devel.linux" Version =" [2021.7.1.15005]" />
39
-
40
- <PackageDownload Condition =" $([MSBuild]::IsOSPlatform('osx'))" Include =" inteldal.redist.osx-x64" Version =" [2023.0.0.22995]" />
41
- <PackageDownload Condition =" $([MSBuild]::IsOSPlatform('osx'))" Include =" inteltbb.devel.osx" Version =" [2021.7.1.14939]" />
42
-
43
- <PackageDownload Condition =" '$(OS)' == 'Windows_NT'" Include =" inteldal.redist.win-x64" Version =" [2023.0.0.23189]" />
44
- <PackageDownload Condition =" '$(OS)' == 'Windows_NT'" Include =" inteltbb.redist.win" Version =" [2021.7.1.15305]" />
45
- <PackageDownload Condition =" '$(OS)' == 'Windows_NT'" Include =" inteltbb.devel.win" Version =" [2021.7.1.15305]" />
46
-
47
-
48
- </ItemGroup >
49
33
</Project >
Original file line number Diff line number Diff line change 8
8
-->
9
9
<Import Project =" Sdk.targets" Sdk =" Microsoft.Build.Traversal" />
10
10
11
+ <!-- Download Nugets for OneDal -->
12
+ <ItemGroup >
13
+ <PackageDownload Include =" inteldal.devel.win-x64" Version =" [2023.0.0.23189]" />
14
+
15
+ <PackageDownload Condition =" $([MSBuild]::IsOSPlatform('Linux'))" Include =" inteldal.redist.linux-x64" Version =" [2023.0.0.23046]" />
16
+ <PackageDownload Condition =" $([MSBuild]::IsOSPlatform('Linux'))" Include =" inteltbb.devel.linux" Version =" [2021.7.1.15005]" />
17
+
18
+ <PackageDownload Condition =" $([MSBuild]::IsOSPlatform('osx'))" Include =" inteldal.redist.osx-x64" Version =" [2023.0.0.22995]" />
19
+ <PackageDownload Condition =" $([MSBuild]::IsOSPlatform('osx'))" Include =" inteltbb.devel.osx" Version =" [2021.7.1.14939]" />
20
+
21
+ <PackageDownload Condition =" '$(OS)' == 'Windows_NT'" Include =" inteldal.redist.win-x64" Version =" [2023.0.0.23189]" />
22
+ <PackageDownload Condition =" '$(OS)' == 'Windows_NT'" Include =" inteltbb.redist.win" Version =" [2021.7.1.15305]" />
23
+ <PackageDownload Condition =" '$(OS)' == 'Windows_NT'" Include =" inteltbb.devel.win" Version =" [2021.7.1.15305]" />
24
+ </ItemGroup >
25
+
11
26
<PropertyGroup >
12
27
<!-- versioning.targets will import this file, so don't import it again -->
13
28
<DisableImportVersioningProps >true</DisableImportVersioningProps >
149
164
<Copy Condition =" '$(TargetArchitecture)' == 'x64'"
150
165
SourceFiles =" $(NuGetPackageRoot)inteldal.redist.$(PackageRid)\$(OneDalPkgVersion)\build\native\daal\latest\$(OneDalLibDir)\$(NativeLibPrefix)onedal_thread$(OneDalLibExtension)"
151
166
DestinationFolder =" $(PackageAssetsPath)\Microsoft.ML.OneDal\runtimes\$(PackageRid)\native" />
152
-
167
+
153
168
<!-- Copy oneTBB (dependency of oneDAL) -->
154
169
<Copy Condition =" '$(TargetArchitecture)' == 'x64'"
155
170
SourceFiles =" $(NuGetPackageRoot)inteltbb.$(TbbPkgType).$(TbbSystem)\$(OneTbbPkgVersion)\runtimes\$(PackageRid)\native\$(TbbLibrary)"
You can’t perform that action at this time.
0 commit comments