There are dirty cmake caches in archives.
Clean them up.
Change-Id: Iafdbe246499afc4e75f920c43a4eaa60e044c91b
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
%endif
pushd build
+find -name "CMakeCache.txt" -delete
# Seems some arguments of %%cmake is causing errors.
# -Dtensorflow_ENABLE_SSL_SUPPORT=OFF Cut the dependency to Go (not available in Tizen)
cmake ../tensorflow/contrib/cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIB_INSTALL_DIR=/usr/lib -DINCLUDE_INSTALL_DIR=/usr/include -Dtensorflow_ENABLE_SSL_SUPPORT=OFF