forked from tsai/mathnet-numerics
11 changed files with 323 additions and 231 deletions
@ -1,28 +1,31 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|||
<metadata> |
|||
<id>MathNet.Numerics.CUDA.Win</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - CUDA Native Provider for Windows (x64)</title> |
|||
<authors>Matthew A Johnson, Christoph Ruegg</authors> |
|||
<owners>Matthew A Johnson, Christoph Ruegg</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> |
|||
<description>Nvidia CUDA native libraries for Math.NET Numerics.</description> |
|||
<summary>Nvidia CUDA native libraries for Math.NET Numerics.</summary> |
|||
<releaseNotes>@releaseNotes@</releaseNotes> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native cuda gpu</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\CUDA\Windows\x64\cublas64_70.dll" target="build\x64\cublas64_70.dll" /> |
|||
<file src="..\..\out\CUDA\Windows\x64\cudart64_70.dll" target="build\x64\cudart64_70.dll" /> |
|||
<file src="..\..\out\CUDA\Windows\x64\cusolver64_70.dll" target="build\x64\cusolver64_70.dll" /> |
|||
<file src="..\..\out\CUDA\Windows\x64\MathNet.Numerics.CUDA.dll" target="build\x64\MathNet.Numerics.CUDA.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.CUDA.Win.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<metadata> |
|||
<id>MathNet.Numerics.CUDA.Win</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - CUDA Native Provider for Windows (x64)</title> |
|||
<authors>Matthew A Johnson, Christoph Ruegg</authors> |
|||
<owners>Matthew A Johnson, Christoph Ruegg</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> |
|||
<description>Nvidia CUDA native libraries for Math.NET Numerics.</description> |
|||
<summary>Nvidia CUDA native libraries for Math.NET Numerics.</summary> |
|||
<releaseNotes>@releaseNotes@</releaseNotes> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native cuda gpu</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\CUDA\Windows\x64\cublas64_70.dll" target="build\x64\cublas64_70.dll" /> |
|||
<file src="..\..\out\CUDA\Windows\x64\cudart64_70.dll" target="build\x64\cudart64_70.dll" /> |
|||
<file src="..\..\out\CUDA\Windows\x64\cusolver64_70.dll" target="build\x64\cusolver64_70.dll" /> |
|||
<file src="..\..\out\CUDA\Windows\x64\MathNet.Numerics.CUDA.dll" target="build\x64\MathNet.Numerics.CUDA.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.CUDA.Win.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<dependencies> |
|||
<dependency id="MathNet.Numerics.Providers.CUDA" /> |
|||
</dependencies> |
|||
</package> |
|||
|
|||
@ -1,26 +1,29 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|||
<metadata> |
|||
<id>MathNet.Numerics.MKL.Linux-x64</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - MKL Native Provider for Linux (x64)</title> |
|||
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> |
|||
<description>Intel MKL native libraries for Math.NET Numerics on Linux.</description> |
|||
<summary>Intel MKL native libraries for Math.NET Numerics on Linux.</summary> |
|||
<releaseNotes>@releaseNotes@</releaseNotes> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Linux\x64\libiomp5.so" target="build\x64\libiomp5.so" /> |
|||
<file src="..\..\out\MKL\Linux\x64\MathNet.Numerics.MKL.dll" target="build\x64\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Linux-x64.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<metadata> |
|||
<id>MathNet.Numerics.MKL.Linux-x64</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - MKL Native Provider for Linux (x64)</title> |
|||
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> |
|||
<description>Intel MKL native libraries for Math.NET Numerics on Linux.</description> |
|||
<summary>Intel MKL native libraries for Math.NET Numerics on Linux.</summary> |
|||
<releaseNotes>@releaseNotes@</releaseNotes> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Linux\x64\libiomp5.so" target="build\x64\libiomp5.so" /> |
|||
<file src="..\..\out\MKL\Linux\x64\MathNet.Numerics.MKL.dll" target="build\x64\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Linux-x64.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<dependencies> |
|||
<dependency id="MathNet.Numerics.Providers.MKL" /> |
|||
</dependencies> |
|||
</package> |
|||
|
|||
@ -1,26 +1,29 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|||
<metadata> |
|||
<id>MathNet.Numerics.MKL.Linux-x86</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - MKL Native Provider for Linux (x86)</title> |
|||
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> |
|||
<description>Intel MKL native libraries for Math.NET Numerics on Linux.</description> |
|||
<summary>Intel MKL native libraries for Math.NET Numerics on Linux.</summary> |
|||
<releaseNotes>@releaseNotes@</releaseNotes> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Linux\x86\libiomp5.so" target="build\x86\libiomp5.so" /> |
|||
<file src="..\..\out\MKL\Linux\x86\MathNet.Numerics.MKL.dll" target="build\x86\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Linux-x86.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<metadata> |
|||
<id>MathNet.Numerics.MKL.Linux-x86</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - MKL Native Provider for Linux (x86)</title> |
|||
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> |
|||
<description>Intel MKL native libraries for Math.NET Numerics on Linux.</description> |
|||
<summary>Intel MKL native libraries for Math.NET Numerics on Linux.</summary> |
|||
<releaseNotes>@releaseNotes@</releaseNotes> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Linux\x86\libiomp5.so" target="build\x86\libiomp5.so" /> |
|||
<file src="..\..\out\MKL\Linux\x86\MathNet.Numerics.MKL.dll" target="build\x86\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Linux-x86.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<dependencies> |
|||
<dependency id="MathNet.Numerics.Providers.MKL" /> |
|||
</dependencies> |
|||
</package> |
|||
|
|||
@ -1,28 +1,31 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|||
<metadata> |
|||
<id>MathNet.Numerics.MKL.Linux</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - MKL Native Provider for Linux (x64 and x86)</title> |
|||
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> |
|||
<description>Intel MKL native libraries for Math.NET Numerics on Linux.</description> |
|||
<summary>Intel MKL native libraries for Math.NET Numerics on Linux.</summary> |
|||
<releaseNotes>@releaseNotes@</releaseNotes> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Linux\x64\libiomp5.so" target="build\x64\libiomp5.so" /> |
|||
<file src="..\..\out\MKL\Linux\x64\MathNet.Numerics.MKL.dll" target="build\x64\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\out\MKL\Linux\x86\libiomp5.so" target="build\x86\libiomp5.so" /> |
|||
<file src="..\..\out\MKL\Linux\x86\MathNet.Numerics.MKL.dll" target="build\x86\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Linux.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<metadata> |
|||
<id>MathNet.Numerics.MKL.Linux</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - MKL Native Provider for Linux (x64 and x86)</title> |
|||
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> |
|||
<description>Intel MKL native libraries for Math.NET Numerics on Linux.</description> |
|||
<summary>Intel MKL native libraries for Math.NET Numerics on Linux.</summary> |
|||
<releaseNotes>@releaseNotes@</releaseNotes> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Linux\x64\libiomp5.so" target="build\x64\libiomp5.so" /> |
|||
<file src="..\..\out\MKL\Linux\x64\MathNet.Numerics.MKL.dll" target="build\x64\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\out\MKL\Linux\x86\libiomp5.so" target="build\x86\libiomp5.so" /> |
|||
<file src="..\..\out\MKL\Linux\x86\MathNet.Numerics.MKL.dll" target="build\x86\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Linux.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<dependencies> |
|||
<dependency id="MathNet.Numerics.Providers.MKL" /> |
|||
</dependencies> |
|||
</package> |
|||
|
|||
@ -1,26 +1,29 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|||
<metadata> |
|||
<id>MathNet.Numerics.MKL.Win-x64</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - MKL Native Provider for Windows (x64)</title> |
|||
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<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> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Windows\x64\libiomp5md.dll" target="build\x64\libiomp5md.dll" /> |
|||
<file src="..\..\out\MKL\Windows\x64\MathNet.Numerics.MKL.dll" target="build\x64\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Win-x64.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<metadata> |
|||
<id>MathNet.Numerics.MKL.Win-x64</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - MKL Native Provider for Windows (x64)</title> |
|||
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<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> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Windows\x64\libiomp5md.dll" target="build\x64\libiomp5md.dll" /> |
|||
<file src="..\..\out\MKL\Windows\x64\MathNet.Numerics.MKL.dll" target="build\x64\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Win-x64.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<dependencies> |
|||
<dependency id="MathNet.Numerics.Providers.MKL" /> |
|||
</dependencies> |
|||
</package> |
|||
|
|||
@ -1,26 +1,29 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|||
<metadata> |
|||
<id>MathNet.Numerics.MKL.Win-x86</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - MKL Native Provider for Windows (x86)</title> |
|||
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<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> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Windows\x86\libiomp5md.dll" target="build\x86\libiomp5md.dll" /> |
|||
<file src="..\..\out\MKL\Windows\x86\MathNet.Numerics.MKL.dll" target="build\x86\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Win-x86.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<metadata> |
|||
<id>MathNet.Numerics.MKL.Win-x86</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - MKL Native Provider for Windows (x86)</title> |
|||
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<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> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Windows\x86\libiomp5md.dll" target="build\x86\libiomp5md.dll" /> |
|||
<file src="..\..\out\MKL\Windows\x86\MathNet.Numerics.MKL.dll" target="build\x86\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Win-x86.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<dependencies> |
|||
<dependency id="MathNet.Numerics.Providers.MKL" /> |
|||
</dependencies> |
|||
</package> |
|||
|
|||
@ -1,28 +1,31 @@ |
|||
<?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> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<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> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Windows\x64\libiomp5md.dll" target="build\x64\libiomp5md.dll" /> |
|||
<file src="..\..\out\MKL\Windows\x64\MathNet.Numerics.MKL.dll" target="build\x64\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\out\MKL\Windows\x86\libiomp5md.dll" target="build\x86\libiomp5md.dll" /> |
|||
<file src="..\..\out\MKL\Windows\x86\MathNet.Numerics.MKL.dll" target="build\x86\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Win.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<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> |
|||
<owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<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> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native mkl</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\MKL\Windows\x64\libiomp5md.dll" target="build\x64\libiomp5md.dll" /> |
|||
<file src="..\..\out\MKL\Windows\x64\MathNet.Numerics.MKL.dll" target="build\x64\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\out\MKL\Windows\x86\libiomp5md.dll" target="build\x86\libiomp5md.dll" /> |
|||
<file src="..\..\out\MKL\Windows\x86\MathNet.Numerics.MKL.dll" target="build\x86\MathNet.Numerics.MKL.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.MKL.Win.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<dependencies> |
|||
<dependency id="MathNet.Numerics.Providers.MKL" /> |
|||
</dependencies> |
|||
</package> |
|||
|
|||
@ -1,34 +1,37 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|||
<metadata> |
|||
<id>MathNet.Numerics.OpenBLAS.Win</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - OpenBLAS Native Provider for Windows (x64 and x86)</title> |
|||
<authors>Kuan Bartel, Christoph Ruegg, Marcus Cuda</authors> |
|||
<owners>Kuan Bartel, Christoph Ruegg, Marcus Cuda</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> |
|||
<description>OpenBLAS native libraries for Math.NET Numerics.</description> |
|||
<summary>OpenBLAS native libraries for Math.NET Numerics.</summary> |
|||
<releaseNotes>@releaseNotes@</releaseNotes> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native openblas</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\OpenBLAS\Windows\x64\libgcc_s_seh-1.dll" target="build\x64\libgcc_s_seh-1.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x64\libgfortran-3.dll" target="build\x64\libgfortran-3.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x64\libopenblas.dll" target="build\x64\libopenblas.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x64\libquadmath-0.dll" target="build\x64\libquadmath-0.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x64\MathNet.Numerics.OpenBLAS.dll" target="build\x64\MathNet.Numerics.OpenBLAS.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x86\libgcc_s_sjlj-1.dll" target="build\x86\libgcc_s_sjlj-1.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x86\libgfortran-3.dll" target="build\x86\libgfortran-3.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x86\libopenblas.dll" target="build\x86\libopenblas.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x86\libquadmath-0.dll" target="build\x86\libquadmath-0.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x86\MathNet.Numerics.OpenBLAS.dll" target="build\x86\MathNet.Numerics.OpenBLAS.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.OpenBLAS.Win.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<metadata> |
|||
<id>MathNet.Numerics.OpenBLAS.Win</id> |
|||
<version>@build.number@</version> |
|||
<title>Math.NET Numerics - OpenBLAS Native Provider for Windows (x64 and x86)</title> |
|||
<authors>Kuan Bartel, Christoph Ruegg, Marcus Cuda</authors> |
|||
<owners>Kuan Bartel, Christoph Ruegg, Marcus Cuda</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> |
|||
<projectUrl>https://numerics.mathdotnet.com/</projectUrl> |
|||
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> |
|||
<repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> |
|||
<description>OpenBLAS native libraries for Math.NET Numerics.</description> |
|||
<summary>OpenBLAS native libraries for Math.NET Numerics.</summary> |
|||
<releaseNotes>@releaseNotes@</releaseNotes> |
|||
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft native openblas</tags> |
|||
</metadata> |
|||
<files> |
|||
<file src="..\..\out\OpenBLAS\Windows\x64\libgcc_s_seh-1.dll" target="build\x64\libgcc_s_seh-1.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x64\libgfortran-3.dll" target="build\x64\libgfortran-3.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x64\libopenblas.dll" target="build\x64\libopenblas.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x64\libquadmath-0.dll" target="build\x64\libquadmath-0.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x64\MathNet.Numerics.OpenBLAS.dll" target="build\x64\MathNet.Numerics.OpenBLAS.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x86\libgcc_s_sjlj-1.dll" target="build\x86\libgcc_s_sjlj-1.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x86\libgfortran-3.dll" target="build\x86\libgfortran-3.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x86\libopenblas.dll" target="build\x86\libopenblas.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x86\libquadmath-0.dll" target="build\x86\libquadmath-0.dll" /> |
|||
<file src="..\..\out\OpenBLAS\Windows\x86\MathNet.Numerics.OpenBLAS.dll" target="build\x86\MathNet.Numerics.OpenBLAS.dll" /> |
|||
<file src="..\..\build\NativeProvider.targets" target="build\MathNet.Numerics.OpenBLAS.Win.targets" /> |
|||
<file src="license.txt" target="license.txt" /> |
|||
<file src="readme.txt" target="readme.txt" /> |
|||
</files> |
|||
<dependencies> |
|||
<dependency id="MathNet.Numerics.Providers.OpenBLAS" /> |
|||
</dependencies> |
|||
</package> |
|||
|
|||
@ -1,35 +1,35 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<Project Sdk="Microsoft.NET.Sdk"> |
|||
<PropertyGroup> |
|||
<OutputType>Exe</OutputType> |
|||
<GenerateProgramFile>false</GenerateProgramFile> |
|||
<TargetFrameworks>net5.0;net48</TargetFrameworks> |
|||
<AssemblyName>MathNet.Numerics.Tests.OpenBLAS</AssemblyName> |
|||
<RootNamespace>MathNet.Numerics.Tests</RootNamespace> |
|||
<IsPackable>false</IsPackable> |
|||
<VersionPrefix>5.0.0</VersionPrefix> |
|||
<VersionSuffix>alpha02</VersionSuffix> |
|||
<DefineConstants>OPENBLAS</DefineConstants> |
|||
</PropertyGroup> |
|||
<ItemGroup> |
|||
<None Remove="TestResult.xml" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<ProjectReference Include="..\Numerics\Numerics.csproj" /> |
|||
<ProjectReference Include="..\Providers.OpenBLAS\Providers.OpenBLAS.csproj" /> |
|||
<ProjectReference Include="..\TestData\TestData.csproj" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<PackageReference Include="NUnit" Version="3.13.2" /> |
|||
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" /> |
|||
<PackageReference Include="NUnitLite" Version="3.13.2" /> |
|||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> |
|||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2"> |
|||
<PrivateAssets>all</PrivateAssets> |
|||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|||
</PackageReference> |
|||
</ItemGroup> |
|||
<PropertyGroup> |
|||
<OutputType>Exe</OutputType> |
|||
<GenerateProgramFile>false</GenerateProgramFile> |
|||
<TargetFrameworks>net5.0;net48</TargetFrameworks> |
|||
<AssemblyName>MathNet.Numerics.Tests.OpenBLAS</AssemblyName> |
|||
<RootNamespace>MathNet.Numerics.Tests</RootNamespace> |
|||
<IsPackable>false</IsPackable> |
|||
<VersionPrefix>5.0.0</VersionPrefix> |
|||
<VersionSuffix>alpha02</VersionSuffix> |
|||
<DefineConstants>OPENBLAS</DefineConstants> |
|||
</PropertyGroup> |
|||
<ItemGroup> |
|||
<None Remove="TestResult.xml" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<ProjectReference Include="..\Numerics\Numerics.csproj" /> |
|||
<ProjectReference Include="..\Providers.OpenBLAS\Providers.OpenBLAS.csproj" /> |
|||
<ProjectReference Include="..\TestData\TestData.csproj" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<PackageReference Include="NUnit" Version="3.13.2" /> |
|||
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" /> |
|||
<PackageReference Include="NUnitLite" Version="3.13.2" /> |
|||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> |
|||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2"> |
|||
<PrivateAssets>all</PrivateAssets> |
|||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|||
</PackageReference> |
|||
</ItemGroup> |
|||
</Project> |
|||
|
|||
Loading…
Reference in new issue