Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/tensorflow/
Date: Tue, 18 Sep 2018 18:09:02
Message-Id: 1537294114.7f33a68e591ec3b49a89fe70b6958dca189978b3.perfinion@gentoo
1 commit: 7f33a68e591ec3b49a89fe70b6958dca189978b3
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 18:08:34 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 18:08:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f33a68e
7
8 sci-libs/tensorflow: Add keras deps
9
10 Closes: https://bugs.gentoo.org/666424
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild b/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild
17 index 16e8c2defc3..f0ce2845ea8 100644
18 --- a/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild
19 +++ b/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=6
22
23 DISTUTILS_OPTIONAL=1
24 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
25 +PYTHON_COMPAT=( python2_7 python3_6 )
26 MY_PV=${PV/_rc/-rc}
27 MY_P=${PN}-${MY_PV}
28
29 @@ -87,6 +87,8 @@ RDEPEND="
30 dev-python/six[${PYTHON_USEDEP}]
31 dev-python/termcolor[${PYTHON_USEDEP}]
32 >=net-libs/grpc-1.13.0[python,${PYTHON_USEDEP}]
33 + sci-libs/keras-applications[${PYTHON_USEDEP}]
34 + sci-libs/keras-preprocessing[${PYTHON_USEDEP}]
35 virtual/python-enum34[${PYTHON_USEDEP}]
36 system-libs? (
37 net-libs/google-cloud-cpp