[arch-commits] Commit in tensorflow/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jun 23 23:19:37 UTC 2019


    Date: Sunday, June 23, 2019 @ 23:19:37
  Author: svenstaro
Revision: 483353

upgpkg: tensorflow 1.14.0-1

Also revert to using gcc8

Modified:
  tensorflow/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-23 22:37:04 UTC (rev 483352)
+++ PKGBUILD	2019-06-23 23:19:37 UTC (rev 483353)
@@ -5,9 +5,9 @@
 
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda python-tensorflow python-tensorflow-opt python-tensorflow-cuda python-tensorflow-opt-cuda)
-pkgver=1.14.0rc1
-_pkgver=1.14.0-rc1
-pkgrel=2
+pkgver=1.14.0
+_pkgver=1.14.0
+pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine learning"
 url="https://www.tensorflow.org/"
 license=('APACHE')
@@ -18,7 +18,7 @@
              'python-keras-applications' 'python-keras-preprocessing')
 optdepends=('tensorboard: Tensorflow visualization toolkit')
 source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz")
-sha512sums=('c2d24332b05719bae4ca35f52ccbcc973a899e7abd7ebe8372a6c352bc254d05a489bd92b3d80c7c4a0ea640bd5295a3ec084cf85de431ab4e655c2d916ae10f')
+sha512sums=('ac9ea5a2d1c761aaafbdc335259e29c128127b8d069ec5b206067935180490aa95e93c7e13de57f7f54ce4ba4f34a822face22b4a028f60185edb380e5cd4787')
 
 get_pyver () {
     python -c 'import sys; print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))'
@@ -53,8 +53,8 @@
   export TF_NCCL_VERSION=2.4
   export TF_IGNORE_MAX_BAZEL_VERSION=1
   export NCCL_INSTALL_PATH=/usr
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc
-  export HOST_CXX_COMPILER_PATH=/usr/bin/gcc
+  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-8
+  export HOST_CXX_COMPILER_PATH=/usr/bin/gcc-8
   export TF_CUDA_CLANG=0  # Clang currently disabled because it's not compatible at the moment.
   export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
   export TF_CUDA_PATHS=/opt/cuda,/usr/lib,/usr
@@ -70,7 +70,7 @@
   export TF_NEED_CUDA=0
   ./configure
   bazel \
-    build --config=opt \
+    build --config=opt --incompatible_no_support_tools_in_action_inputs=false \
       //tensorflow:libtensorflow.so \
       //tensorflow:libtensorflow_cc.so \
       //tensorflow:install_headers \
@@ -84,7 +84,7 @@
   export TF_NEED_CUDA=0
   ./configure
   bazel \
-    build --config=opt \
+    build --config=opt --incompatible_no_support_tools_in_action_inputs=false \
       //tensorflow:libtensorflow.so \
       //tensorflow:libtensorflow_cc.so \
       //tensorflow:install_headers \
@@ -98,7 +98,7 @@
   export TF_NEED_CUDA=1
   ./configure
   bazel \
-    build --config=opt \
+    build --config=opt --incompatible_no_support_tools_in_action_inputs=false \
       //tensorflow:libtensorflow.so \
       //tensorflow:libtensorflow_cc.so \
       //tensorflow:install_headers \
@@ -113,7 +113,7 @@
   export TF_CUDA_CLANG=0
   ./configure
   bazel \
-    build --config=opt \
+    build --config=opt --incompatible_no_support_tools_in_action_inputs=false \
       //tensorflow:libtensorflow.so \
       //tensorflow:libtensorflow_cc.so \
       //tensorflow:install_headers \



More information about the arch-commits mailing list