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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Aug 8 00:53:57 UTC 2020


    Date: Saturday, August 8, 2020 @ 00:53:56
  Author: svenstaro
Revision: 671801

upgpkg: tensorflow 2.3.0-2: Remove some network features so as to get rid of statically linked boringssl

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-07 22:47:44 UTC (rev 671800)
+++ PKGBUILD	2020-08-08 00:53:56 UTC (rev 671801)
@@ -7,7 +7,7 @@
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda python-tensorflow python-tensorflow-opt python-tensorflow-cuda python-tensorflow-opt-cuda)
 pkgver=2.3.0
 _pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for computation using data flow graphs for scalable machine learning"
 url="https://www.tensorflow.org/"
 license=('APACHE')
@@ -102,7 +102,7 @@
   export TF_NEED_CUDA=0
   ./configure
   bazel \
-    build --config=mkl -c opt \
+    build --config=mkl --config=noaws --config=nogcp --config=nohdfs -c opt \
       //tensorflow:libtensorflow.so \
       //tensorflow:libtensorflow_cc.so \
       //tensorflow:install_headers \
@@ -116,7 +116,7 @@
   export TF_NEED_CUDA=0
   ./configure
   bazel \
-    build --config=mkl --config=avx2_linux -c opt \
+    build --config=mkl --config=noaws --config=nogcp --config=nohdfs --config=avx2_linux -c opt \
       //tensorflow:libtensorflow.so \
       //tensorflow:libtensorflow_cc.so \
       //tensorflow:install_headers \
@@ -130,7 +130,7 @@
   export TF_NEED_CUDA=1
   ./configure
   bazel \
-    build --config=mkl -c opt \
+    build --config=mkl --config=noaws --config=nogcp --config=nohdfs -c opt \
       //tensorflow:libtensorflow.so \
       //tensorflow:libtensorflow_cc.so \
       //tensorflow:install_headers \
@@ -145,7 +145,7 @@
   export TF_CUDA_CLANG=0
   ./configure
   bazel \
-    build --config=mkl --config=avx2_linux -c opt \
+    build --config=mkl --config=noaws --config=nogcp --config=nohdfs --config=avx2_linux -c opt \
       //tensorflow:libtensorflow.so \
       //tensorflow:libtensorflow_cc.so \
       //tensorflow:install_headers \



More information about the arch-commits mailing list