Skip to content

Commit

Permalink
Update tensorflow-sources.file
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Aug 26, 2021
1 parent 1679235 commit 5dba510
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tensorflow-sources.file
Expand Up @@ -94,7 +94,10 @@ echo "opt_einsum_archive:" >> ${TF_CMS_EXTERNALS}
export TF_SYSTEM_LIBS=$(cat ${TF_CMS_EXTERNALS} | sed 's|:.*||' | tr "\n" "," | sed 's|,*$||')

# clear the build dir and configure
rm -rf ../build
if [ -d ../build ] ; then
chmod -R u+w ../build
rm -rf ../build
fi
./configure

#Generate Python wrappers so that we can use PYTHON*PATH env
Expand Down

0 comments on commit 5dba510

Please sign in to comment.