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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon May 2 23:05:28 UTC 2022


    Date: Monday, May 2, 2022 @ 23:05:28
  Author: svenstaro
Revision: 1192359

Fix typo

Modified:
  tensorflow/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 22:54:09 UTC (rev 1192358)
+++ PKGBUILD	2022-05-02 23:05:28 UTC (rev 1192359)
@@ -113,7 +113,7 @@
 }
 
 build() {
-  echo "Building without cuda and without non-x87-64 optimizations"
+  echo "Building without cuda and without non-x86-64 optimizations"
   cd "${srcdir}"/tensorflow-${_pkgver}
   export CC_OPT_FLAGS="-march=x86-64"
   export TF_NEED_CUDA=0



More information about the arch-commits mailing list