-
Notifications
You must be signed in to change notification settings - Fork 909
/
Copy pathMathNet.Numerics.MKL.Win.nuspec
36 lines (36 loc) · 2.5 KB
/
MathNet.Numerics.MKL.Win.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MathNet.Numerics.MKL.Win</id>
<version>@build.number@</version>
<title>Math.NET Numerics - MKL Native Provider for Windows (x64 and x86)</title>
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">license.txt</license>
<icon>icon.png</icon>
<projectUrl>https://numerics.mathdotnet.com/</projectUrl>
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" />
<description>Intel oneAPI MKL native libraries for Math.NET Numerics on Windows.</description>
<summary>Intel oneAPI MKL native libraries for Math.NET Numerics on Windows.</summary>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>Copyright Math.NET Project</copyright>
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags>
@dependencies@
</metadata>
<files>
<file src="..\..\out\MKL\Windows\x64\libiomp5md.dll" target="runtimes\win-x64\native\libiomp5md.dll" />
<file src="..\..\out\MKL\Windows\x64\libMathNetNumericsMKL.dll" target="runtimes\win-x64\native\libMathNetNumericsMKL.dll" />
<file src="..\..\out\MKL\Windows\x86\libiomp5md.dll" target="runtimes\win-x86\native\libiomp5md.dll" />
<file src="..\..\out\MKL\Windows\x86\libMathNetNumericsMKL.dll" target="runtimes\win-x86\native\libMathNetNumericsMKL.dll" />
<file src="..\..\build\NativeProvider.targets" target="build\net461\MathNet.Numerics.MKL.Win.targets" />
<file src="..\..\build\NativeProvider.targets" target="build\net48\MathNet.Numerics.MKL.Win.targets" />
<file src="..\..\build\NativeProvider.targets" target="buildTransitive\net461\MathNet.Numerics.MKL.Win.targets" />
<file src="..\..\build\NativeProvider.targets" target="buildTransitive\net48\MathNet.Numerics.MKL.Win.targets" />
<file src="..\..\build\_._" target="build\net5.0\_._" />
<file src="..\..\build\_._" target="build\netstandard2.0\_._" />
<file src="..\..\build\_._" target="buildTransitive\net5.0\_._" />
<file src="..\..\build\_._" target="buildTransitive\netstandard2.0\_._" />
<file src="..\..\build\icon.png" target="icon.png" />
<file src="license.txt" target="license.txt" />
</files>
</package>