Re: [gentoo-dev] Bazel Build eclass

2018-11-17 Thread Jason Zaman
On Sat, Nov 17, 2018 at 11:54:24PM +0100, Michał Górny wrote: > On Sun, 2018-11-18 at 03:37 +0800, Jason Zaman wrote: > > Hey all, > > > > I've been using Bazel (https://bazel.build/) to build TensorFlow for a > > while now. Here is a bazel.eclass I'd like to commit to make it easier > > for packa

Re: [gentoo-dev] Bazel Build eclass

2018-11-17 Thread Michał Górny
On Sun, 2018-11-18 at 03:37 +0800, Jason Zaman wrote: > Hey all, > > I've been using Bazel (https://bazel.build/) to build TensorFlow for a > while now. Here is a bazel.eclass I'd like to commit to make it easier > for packages that use it to build. It's basically bits that I've > refactored out o

Re: [gentoo-dev] [pre-GLEP] Gentoo binary package container format

2018-11-17 Thread Michał Górny
On Sat, 2018-11-17 at 14:05 +, Roy Bamford wrote: > On 2018.11.17 11:21, Michał Górny wrote: > > Hi, > > > > Here's a pre-GLEP draft based on the earlier discussion on gentoo- > > portage-dev mailing list. The specification uses GLEP form as it > > provides for cleanly specifying the motivati

[gentoo-dev] [PATCH] eclass/webapp.eclass: fix ROOT path with EAPI=7

2018-11-17 Thread conrad
From: Conrad Kostecki Closes: https://bugs.gentoo.org/671258 Signed-off-by: Conrad Kostecki --- eclass/webapp.eclass | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 8983af334ab..e11835735ca 100644 --- a/eclass/

[gentoo-dev] Bazel Build eclass

2018-11-17 Thread Jason Zaman
Hey all, I've been using Bazel (https://bazel.build/) to build TensorFlow for a while now. Here is a bazel.eclass I'd like to commit to make it easier for packages that use it to build. It's basically bits that I've refactored out of the TensorFlow ebuild that would be useful to other packages as

Re: [gentoo-dev] [pre-GLEP] Gentoo binary package container format

2018-11-17 Thread Rich Freeman
On Sat, Nov 17, 2018 at 9:05 AM Roy Bamford wrote: > > Does this proposal allow for installing the payload without > the use of the Gentoo package manager from some random > distro being used as a rescue media? > Yes, it is a tarball of tarballs. There would be an extra step, but a vanilla tarba

Re: [gentoo-dev] [pre-GLEP] Gentoo binary package container format

2018-11-17 Thread Roy Bamford
On 2018.11.17 11:21, Michał Górny wrote: > Hi, > > Here's a pre-GLEP draft based on the earlier discussion on gentoo- > portage-dev mailing list. The specification uses GLEP form as it > provides for cleanly specifying the motivation and rationale. > >[snip glep proposal] > -- > Best regards, >

Re: [gentoo-dev] [PATCH v3 2/2] fortran-2.eclass: support EAPI 7

2018-11-17 Thread Andrew Savchenko
On Mon, 5 Nov 2018 18:37:55 +0300 Andrew Savchenko wrote: > Hi all! > > Here follow updated patches for fortran-2.eclass EAPI 7 update. > > Patch 2 contains only code cleanup and fixes unrelated to EAPI 7 > update: With no comments for ~12 days both patches are applied now. Best regards, Andrew

[gentoo-dev] [pre-GLEP] Gentoo binary package container format

2018-11-17 Thread Michał Górny
Hi, Here's a pre-GLEP draft based on the earlier discussion on gentoo- portage-dev mailing list. The specification uses GLEP form as it provides for cleanly specifying the motivation and rationale. (Note: the number assignment is not official, just took the next number to satisfy the glep conver