Skip to content

Commit

Permalink
Merge pull request #4869 from cms-sw/add-tfcompile-fix-ppc64
Browse files Browse the repository at this point in the history
Condition for ppc64 for tfcompile
  • Loading branch information
smuzaffar committed Apr 10, 2019
2 parents 130c781 + f73480e commit 24c3d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow-toolfile.spec
Expand Up @@ -13,7 +13,9 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/tensorflow.xml
<environment name="TENSORFLOW_BASE" default="@TOOL_ROOT@"/>
<environment name="LIBDIR" default="$TENSORFLOW_BASE/lib"/>
<environment name="INCLUDE" default="$TENSORFLOW_BASE/include"/>
%ifnarch ppc64le
<environment name="TFCOMPILE" default="$TENSORFLOW_BASE/bin/tfcompile"/>
%endif
</client>
<runtime name="PATH" value="$TENSORFLOW_BASE/bin" type="path"/>
</tool>
Expand Down

0 comments on commit 24c3d5d

Please sign in to comment.