Skip to content

Commit

Permalink
Nuget package 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrnjica authored and bhrnjica committed Jun 23, 2021
1 parent 8a17255 commit 6847cb4
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 15 deletions.
4 changes: 3 additions & 1 deletion Daany.LinA-linux-x64.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
<tags>linear algebra, math, matrix, lapack, blass, data preparation, data analytics</tags>
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="MKL.NET.linux-x64" version="2020.4.304" />
<dependency id="intelmkl.devel.linux-x64" version="2020.4.304" />
<dependency id="intelopenmp.devel.linux" version="2021.2.0.610" />
<dependency id="inteltbb.devel.linux" version="2021.2.0.357" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 3 additions & 1 deletion Daany.LinA-win-x64.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
<tags>linear algebra, math, matrix, lapack, blass, data preparation, data analytics</tags>
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="MKL.NET.win-x64" version="2021.2.0.296" />
<dependency id="intelmkl.redist.win-x64" version="2021.2.0.296" />
<dependency id="intelopenmp.redist.win" version="2021.2.0.616" />
<dependency id="inteltbb.redist.win" version="2021.2.0.371" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion nuget commands.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

msbuild daany.sln -p:Configuration=Release
dotnet msbuild daany.sln /p:DefineConstants=LINUX /p:Configuration=Release



Expand Down
Binary file added nuget/Daany.DataFrame.1.0.0.nupkg
Binary file not shown.
Binary file added nuget/Daany.DataFrame.Ext.1.0.0.nupkg
Binary file not shown.
Binary file modified nuget/Daany.LinA-linux-x64.1.0.0.nupkg
Binary file not shown.
Binary file added nuget/Daany.LinA-win-x64.1.0.0.nupkg
Binary file not shown.
Binary file added nuget/Daany.Stat.1.0.0.nupkg
Binary file not shown.
12 changes: 0 additions & 12 deletions test/XUnit.Test/XUnit.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@
<IsPackable>false</IsPackable>
<RootNamespace>Daany.Unit.Test.DataFrame</RootNamespace>
<Platforms>AnyCPU;x64</Platforms>
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
<IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX>
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>
</PropertyGroup>
<PropertyGroup Condition="'$(IsWindows)'=='true'">
<DefineConstants>Windows</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(IsOSX)'=='true'">
<DefineConstants>OSX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(IsLinux)'=='true'">
<DefineConstants>Linux</DefineConstants>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6847cb4

Please sign in to comment.