[arch-commits] Commit in tensorflow/repos/community-x86_64 (14 files)

2018-10-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 8, 2018 @ 08:42:09
  Author: svenstaro
Revision: 391074

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/21017.patch
(from rev 391073, tensorflow/trunk/21017.patch)
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 391073, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-x86_64/protobuf-python37-apply.patch
(from rev 391073, tensorflow/trunk/protobuf-python37-apply.patch)
  tensorflow/repos/community-x86_64/protobuf-python37.patch
(from rev 391073, tensorflow/trunk/protobuf-python37.patch)
  tensorflow/repos/community-x86_64/python37.patch
(from rev 391073, tensorflow/trunk/python37.patch)
  tensorflow/repos/community-x86_64/update-cython.patch
(from rev 391073, tensorflow/trunk/update-cython.patch)
  tensorflow/repos/community-x86_64/update-protobuf.patch
(from rev 391073, tensorflow/trunk/update-protobuf.patch)
Deleted:
  tensorflow/repos/community-x86_64/21017.patch
  tensorflow/repos/community-x86_64/PKGBUILD
  tensorflow/repos/community-x86_64/protobuf-python37-apply.patch
  tensorflow/repos/community-x86_64/protobuf-python37.patch
  tensorflow/repos/community-x86_64/python37.patch
  tensorflow/repos/community-x86_64/update-cython.patch
  tensorflow/repos/community-x86_64/update-protobuf.patch

---+
 21017.patch   |   42 +--
 PKGBUILD  |  474 
 protobuf-python37-apply.patch |   56 ++--
 protobuf-python37.patch   |  182 +++
 python37.patch|  140 +--
 update-cython.patch   |   68 ++---
 update-protobuf.patch |  292 
 7 files changed, 627 insertions(+), 627 deletions(-)

Deleted: 21017.patch
===
--- 21017.patch 2018-10-08 08:41:45 UTC (rev 391073)
+++ 21017.patch 2018-10-08 08:42:09 UTC (rev 391074)
@@ -1,21 +0,0 @@
-From fb8d1ca4eaefe58d42c27b6fc676f64f137f4675 Mon Sep 17 00:00:00 2001
-From: Ray Kim 
-Date: Sat, 21 Jul 2018 21:42:15 +0900
-Subject: [PATCH] fixed build error on gcc-7
-

- tensorflow/compiler/xla/service/gpu/xfeed_queue.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h 
b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
-index 737c7eb0253..dd46ff433ba 100644
 a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
-+++ b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
-@@ -17,6 +17,7 @@ limitations under the License.
- #define TENSORFLOW_COMPILER_XLA_SERVICE_GPU_XFEED_QUEUE_H_
- 
- #include 
-+#include 
- #include 
- 
- #include "tensorflow/core/platform/mutex.h"

Copied: tensorflow/repos/community-x86_64/21017.patch (from rev 391073, 
tensorflow/trunk/21017.patch)
===
--- 21017.patch (rev 0)
+++ 21017.patch 2018-10-08 08:42:09 UTC (rev 391074)
@@ -0,0 +1,21 @@
+From fb8d1ca4eaefe58d42c27b6fc676f64f137f4675 Mon Sep 17 00:00:00 2001
+From: Ray Kim 
+Date: Sat, 21 Jul 2018 21:42:15 +0900
+Subject: [PATCH] fixed build error on gcc-7
+
+---
+ tensorflow/compiler/xla/service/gpu/xfeed_queue.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h 
b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
+index 737c7eb0253..dd46ff433ba 100644
+--- a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
 b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
+@@ -17,6 +17,7 @@ limitations under the License.
+ #define TENSORFLOW_COMPILER_XLA_SERVICE_GPU_XFEED_QUEUE_H_
+ 
+ #include 
++#include 
+ #include 
+ 
+ #include "tensorflow/core/platform/mutex.h"

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-08 08:41:45 UTC (rev 391073)
+++ PKGBUILD2018-10-08 08:42:09 UTC (rev 391074)
@@ -1,237 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-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.11.0
-_pkgver=1.11.0
-pkgrel=1
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('APACHE')
-arch=('x86_64')
-makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools' 
'python-h5py'
- 'python-keras-applications' 'python-keras-preprocessing')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
-python37.patch
-protobuf-python37.patch
-protobuf-python37-apply.patch)

[arch-commits] Commit in tensorflow/repos/community-x86_64 (14 files)

2018-10-04 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, October 4, 2018 @ 11:24:31
  Author: svenstaro
Revision: 389473

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/21017.patch
(from rev 389472, tensorflow/trunk/21017.patch)
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 389472, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-x86_64/protobuf-python37-apply.patch
(from rev 389472, tensorflow/trunk/protobuf-python37-apply.patch)
  tensorflow/repos/community-x86_64/protobuf-python37.patch
(from rev 389472, tensorflow/trunk/protobuf-python37.patch)
  tensorflow/repos/community-x86_64/python37.patch
(from rev 389472, tensorflow/trunk/python37.patch)
  tensorflow/repos/community-x86_64/update-cython.patch
(from rev 389472, tensorflow/trunk/update-cython.patch)
  tensorflow/repos/community-x86_64/update-protobuf.patch
(from rev 389472, tensorflow/trunk/update-protobuf.patch)
Deleted:
  tensorflow/repos/community-x86_64/21017.patch
  tensorflow/repos/community-x86_64/PKGBUILD
  tensorflow/repos/community-x86_64/protobuf-python37-apply.patch
  tensorflow/repos/community-x86_64/protobuf-python37.patch
  tensorflow/repos/community-x86_64/python37.patch
  tensorflow/repos/community-x86_64/update-cython.patch
  tensorflow/repos/community-x86_64/update-protobuf.patch

---+
 21017.patch   |   42 +--
 PKGBUILD  |  475 +++-
 protobuf-python37-apply.patch |   55 ++--
 protobuf-python37.patch   |  182 +++
 python37.patch|  140 +--
 update-cython.patch   |   68 ++---
 update-protobuf.patch |  292 
 7 files changed, 627 insertions(+), 627 deletions(-)

Deleted: 21017.patch
===
--- 21017.patch 2018-10-04 11:24:08 UTC (rev 389472)
+++ 21017.patch 2018-10-04 11:24:31 UTC (rev 389473)
@@ -1,21 +0,0 @@
-From fb8d1ca4eaefe58d42c27b6fc676f64f137f4675 Mon Sep 17 00:00:00 2001
-From: Ray Kim 
-Date: Sat, 21 Jul 2018 21:42:15 +0900
-Subject: [PATCH] fixed build error on gcc-7
-

- tensorflow/compiler/xla/service/gpu/xfeed_queue.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h 
b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
-index 737c7eb0253..dd46ff433ba 100644
 a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
-+++ b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
-@@ -17,6 +17,7 @@ limitations under the License.
- #define TENSORFLOW_COMPILER_XLA_SERVICE_GPU_XFEED_QUEUE_H_
- 
- #include 
-+#include 
- #include 
- 
- #include "tensorflow/core/platform/mutex.h"

Copied: tensorflow/repos/community-x86_64/21017.patch (from rev 389472, 
tensorflow/trunk/21017.patch)
===
--- 21017.patch (rev 0)
+++ 21017.patch 2018-10-04 11:24:31 UTC (rev 389473)
@@ -0,0 +1,21 @@
+From fb8d1ca4eaefe58d42c27b6fc676f64f137f4675 Mon Sep 17 00:00:00 2001
+From: Ray Kim 
+Date: Sat, 21 Jul 2018 21:42:15 +0900
+Subject: [PATCH] fixed build error on gcc-7
+
+---
+ tensorflow/compiler/xla/service/gpu/xfeed_queue.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h 
b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
+index 737c7eb0253..dd46ff433ba 100644
+--- a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
 b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
+@@ -17,6 +17,7 @@ limitations under the License.
+ #define TENSORFLOW_COMPILER_XLA_SERVICE_GPU_XFEED_QUEUE_H_
+ 
+ #include 
++#include 
+ #include 
+ 
+ #include "tensorflow/core/platform/mutex.h"

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-04 11:24:08 UTC (rev 389472)
+++ PKGBUILD2018-10-04 11:24:31 UTC (rev 389473)
@@ -1,238 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-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.10.1
-_pkgver=1.10.1
-pkgrel=2
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('APACHE')
-arch=('x86_64')
-makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
-python37.patch
-protobuf-python37.patch
-protobuf-python37-apply.patch
-21017.patch)

[arch-commits] Commit in tensorflow/repos/community-x86_64 (14 files)

2018-08-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, August 29, 2018 @ 21:24:28
  Author: svenstaro
Revision: 375379

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/21017.patch
(from rev 375378, tensorflow/trunk/21017.patch)
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 375378, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-x86_64/protobuf-python37-apply.patch
(from rev 375378, tensorflow/trunk/protobuf-python37-apply.patch)
  tensorflow/repos/community-x86_64/protobuf-python37.patch
(from rev 375378, tensorflow/trunk/protobuf-python37.patch)
  tensorflow/repos/community-x86_64/python37.patch
(from rev 375378, tensorflow/trunk/python37.patch)
  tensorflow/repos/community-x86_64/update-cython.patch
(from rev 375378, tensorflow/trunk/update-cython.patch)
  tensorflow/repos/community-x86_64/update-protobuf.patch
(from rev 375378, tensorflow/trunk/update-protobuf.patch)
Deleted:
  tensorflow/repos/community-x86_64/21017.patch
  tensorflow/repos/community-x86_64/PKGBUILD
  tensorflow/repos/community-x86_64/protobuf-python37-apply.patch
  tensorflow/repos/community-x86_64/protobuf-python37.patch
  tensorflow/repos/community-x86_64/python37.patch
  tensorflow/repos/community-x86_64/update-cython.patch
  tensorflow/repos/community-x86_64/update-protobuf.patch

---+
 21017.patch   |   42 +--
 PKGBUILD  |  476 
 protobuf-python37-apply.patch |   54 ++--
 protobuf-python37.patch   |  182 +++
 python37.patch|  140 +--
 update-cython.patch   |   68 ++---
 update-protobuf.patch |  292 
 7 files changed, 627 insertions(+), 627 deletions(-)

Deleted: 21017.patch
===
--- 21017.patch 2018-08-29 21:24:11 UTC (rev 375378)
+++ 21017.patch 2018-08-29 21:24:28 UTC (rev 375379)
@@ -1,21 +0,0 @@
-From fb8d1ca4eaefe58d42c27b6fc676f64f137f4675 Mon Sep 17 00:00:00 2001
-From: Ray Kim 
-Date: Sat, 21 Jul 2018 21:42:15 +0900
-Subject: [PATCH] fixed build error on gcc-7
-

- tensorflow/compiler/xla/service/gpu/xfeed_queue.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h 
b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
-index 737c7eb0253..dd46ff433ba 100644
 a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
-+++ b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
-@@ -17,6 +17,7 @@ limitations under the License.
- #define TENSORFLOW_COMPILER_XLA_SERVICE_GPU_XFEED_QUEUE_H_
- 
- #include 
-+#include 
- #include 
- 
- #include "tensorflow/core/platform/mutex.h"

Copied: tensorflow/repos/community-x86_64/21017.patch (from rev 375378, 
tensorflow/trunk/21017.patch)
===
--- 21017.patch (rev 0)
+++ 21017.patch 2018-08-29 21:24:28 UTC (rev 375379)
@@ -0,0 +1,21 @@
+From fb8d1ca4eaefe58d42c27b6fc676f64f137f4675 Mon Sep 17 00:00:00 2001
+From: Ray Kim 
+Date: Sat, 21 Jul 2018 21:42:15 +0900
+Subject: [PATCH] fixed build error on gcc-7
+
+---
+ tensorflow/compiler/xla/service/gpu/xfeed_queue.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h 
b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
+index 737c7eb0253..dd46ff433ba 100644
+--- a/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
 b/tensorflow/compiler/xla/service/gpu/xfeed_queue.h
+@@ -17,6 +17,7 @@ limitations under the License.
+ #define TENSORFLOW_COMPILER_XLA_SERVICE_GPU_XFEED_QUEUE_H_
+ 
+ #include 
++#include 
+ #include 
+ 
+ #include "tensorflow/core/platform/mutex.h"

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-29 21:24:11 UTC (rev 375378)
+++ PKGBUILD2018-08-29 21:24:28 UTC (rev 375379)
@@ -1,238 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-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.10.0
-_pkgver=1.10.0
-pkgrel=2
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('APACHE')
-arch=('x86_64')
-makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
-python37.patch
-protobuf-python37.patch
-protobuf-python37-apply.patch
-21017.patch)