search for: rdep

Displaying 5 results from an estimated 5 matches for "rdep".

Did you mean: dep
2016 Oct 19
2
Xen in stretch - 4.7 or 4.8 ?
...; I just asked the Xen Project's Release Manager and their current best > guess is that Xen 4.8.0 will be released in "early to mid November". > > Sorry to hassle you, but I would appreciate an opinion so that I can > get started on the integration work etc. Assuming the rdeps are fine with Xen 4.8, then I'd be all for moving to it. Xen is a security sensitive package and I think it'd be good to get the extra security support from upstream. Note the transition freeze will start soon. Do you have an idea of how long it may take to prepare for this? Cheers, Emili...
2009 Sep 10
0
[PATCH 02/13] nv50: add functions for swizzle resolution
...8,74 @@ prep_inspect_insn(struct nv50_pc *pc, const union tgsi_full_token *tok, } } +/* Returns a bitmask indicating which dst components need to be + * written to temporaries first to avoid 'corrupting' sources. + * + * m[i] (out) indicate component to write in the i-th position + * rdep[c] (in) bitmasks of dst[i] that require dst[c] as source + */ +static unsigned +nv50_revdep_reorder(unsigned m[4], unsigned rdep[4]) +{ + unsigned i, c, x, unsafe; + + for (c = 0; c < 4; c++) + m[c] = c; + + /* Swap as long as a dst component written earlier is depended on + * by one written l...
2012 Jan 18
1
how to check all CRAN dependencies for my package, before submitting
Suppose I'm author of a package on which quite a few other packages depend. When I submit to CRAN, I run R CMD check on it, Kurt does that too, and if things work out fine, it is accepted. When one or more of the packages that depend on it break because of my changes, however, hell breaks loose. I would like to extend my testing (currently: R CMD check pkg) to running R CMD check on all
2016 Sep 30
2
Help wanted with Debian Xen packages ?
On 27.09.2016 17:07, Ian Jackson wrote: > Stefan Bader writes ("Re: [Pkg-xen-devel] Help wanted with Debian Xen packages ?"): >> FWIW, I think I got the library naming cleaned up now >> (~rc5). Slightly different approach as I had to either keep the >> major.minor .so versions (I believe because of the map files) or >> libvirt would fail to compile against the
2016 Oct 18
2
Xen in stretch - 4.7 or 4.8 ?
Hi. I was wanting an initial opinion from the Release Team, about the Xen packages. Currently they are in bad shape in stretch and I intend to fix them ASAP. The question is whether I should move to Xen 4.7, or Xen 4.8. Xen 4.8 is currently at RC2 and seems in pretty good shape. I think it's more probable than not that we'll have Xen 4.8.0 by the Debian freeze date, but this is by no