Browse Source

Changed version to match tensorflow version and reduced verbosity in tar command

tags/v0.10
Harish Kulkarni 6 years ago
parent
commit
580ae1a5e5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj

+ 2
- 2
src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj View File

@@ -12,7 +12,7 @@

<PackageAssetsPath>$(BinDir)packages\</PackageAssetsPath>
<PackageId>$(MSBuildProjectName)</PackageId>
<PackageVersion>0.15.0</PackageVersion>
<PackageVersion>$(TensorFlowVersion)</PackageVersion>

<NoBuild>true</NoBuild>
<IncludeBuildOutput>false</IncludeBuildOutput>
@@ -137,7 +137,7 @@

<Exec Condition="'$(OS)' != 'Windows_NT' AND '%(TensorFlowArchive.FileExtension)' == '.tar.gz'"
WorkingDirectory="$(MSBuildThisFileDirectory)"
Command="tar -xzmv --hard-dereference -f %(TensorFlowArchive.DownloadFile) -C %(TensorFlowArchive.ExtractDirectory)" />
Command="tar -xzm --hard-dereference -f %(TensorFlowArchive.DownloadFile) -C %(TensorFlowArchive.ExtractDirectory)" />

<Exec Condition="'$(OS)' != 'Windows_NT'"
Command="chmod -R +w %(TensorFlowArchive.ExtractDirectory)" />


Loading…
Cancel
Save