Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××.be>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to make Gentoo more cooperative?
Date: Thu, 15 Oct 2020 14:06:55
Message-Id: SLN7O7PL.KNYRGWUR.G7DHGADO@FDPBMQKX.H44O3Z2B.HGWZA4SS
In Reply to: Re: [gentoo-user] How to make Gentoo more cooperative? by Neil Bothwick
1 On 10/14/2020 08:05:39 PM, Neil Bothwick wrote:
2 > On Wed, 14 Oct 2020 10:44:35 -0700, Mark Knecht wrote:
3 >
4 > > I could be wrong but I don't think tensorflow 2 supports python 3.9
5 > > yet...
6 > >
7 > > https://www.tensorflow.org/install/
8 >
9 > It doesn't, at least not from the portage ebuild:
10 >
11 > % eix -e tensorflow
12 > * sci-libs/tensorflow
13 > Available versions: (~)2.1.0 (~)2.2.0-r1 (~)2.2.0-r2 (~)2.3.1
14 > {cuda mpi +python xla CPU_FLAGS_X86="avx avx2 fma3 fma4 sse sse2 sse3
15 > sse4_1 sse4_2" PYTHON_TARGETS="python3_6 python3_7 python3_8"}
16 > Homepage: https://www.tensorflow.org/
17 > Description: Computation framework using data flow
18 > graphs for scalable machine learning
19 >
20 >
21
22 Thanks.
23 I have created a local overlay of course.
24 Tensorflow and all packages which it depends on have python3_9 in
25 PYTHON_TARGETS.
26 So, I just want 'emerge' to tell me why it is blocking python3.9. If I
27 have forgotten to create a local overlay of some of its
28 dependencies, 'emerge' should say me which dependency is missing
29 python3_9.
30
31 Helmut

Replies

Subject Author
Re: [gentoo-user] How to make Gentoo more cooperative? Neil Bothwick <neil@××××××××××.uk>