updates:
Indeed, parsing build sequence from Bazel buildlog -> rebuild
dependency graph -> generate Ninja build looks like the best
way to realiably deal with libtensorflow*.so build, after attempted
to solve it from various angles. Advantages:
1. totally avoided to understand the source code st
Daniele Nicolodi, le ven. 04 oct. 2019 12:27:08 -0600, a ecrit:
> On 04-10-2019 10:04, Mo Zhou wrote:
> > The only officially supported build system for Tensorflow is
> > bazel[1], which is not present in our archive due to some reasons.
>
> For those not following closely, can you please point to
On Fri, 2019-10-04 at 12:27 -0600, Daniele Nicolodi wrote:
> For those not following closely, can you please point to the reasons
> why
> bazel (cannot?) is (yet?) packaged for Debian? I recently pumped
> into
> another software that proposes to use bazel as its build system, thus
> I
> would like
On 04-10-2019 10:04, Mo Zhou wrote:
> The only officially supported build system for Tensorflow is
> bazel[1], which is not present in our archive due to some reasons.
For those not following closely, can you please point to the reasons why
bazel (cannot?) is (yet?) packaged for Debian? I recentl
Mo Zhou, le ven. 04 oct. 2019 09:37:25 -0700, a ecrit:
> On the other hand, ff the user wants significantly different stuff,
> they have to re-generate a buildlog and update the parser accordingly.
>
> Not bad, right?
Better than nothing, sure :)
Samuel
Enrico Zini, le ven. 04 oct. 2019 18:33:44 +0200, a ecrit:
> On Fri, Oct 04, 2019 at 06:25:21PM +0200, Samuel Thibault wrote:
>
> > Interesting :) But then if one wants to add some files to the software,
> > which changes the dependencies, are we able to insert it correctly in
> > the build proces
On 2019-10-04 16:25, Samuel Thibault wrote:
> Hello,
>
> Mo Zhou, le ven. 04 oct. 2019 09:04:25 -0700, a ecrit:
>> Another angle for addressing the building problem is in the
>> reverse-engineering style: parse the bazel buildlog, rebuild the
>> dependency graph and generate a ninja build for it.
On Fri, Oct 04, 2019 at 06:25:21PM +0200, Samuel Thibault wrote:
> Interesting :) But then if one wants to add some files to the software,
> which changes the dependencies, are we able to insert it correctly in
> the build process? Being able to change the set of files to be built is
> part of bei
Hello,
Mo Zhou, le ven. 04 oct. 2019 09:04:25 -0700, a ecrit:
> Another angle for addressing the building problem is in the
> reverse-engineering style: parse the bazel buildlog, rebuild the
> dependency graph and generate a ninja build for it. See [2].
Interesting :) But then if one wants to add
9 matches
Mail list logo