Re: [gentoo-user] force re-cythonizing in an ebuild

2019-11-19 Thread Neil Bothwick
On Tue, 19 Nov 2019 11:33:28 +0100, Francesco Turco wrote:

> On Tue, Nov 19, 2019, at 01:09, Neil Bothwick wrote:
> > On Mon, 18 Nov 2019 14:35:18 +0100, Helmut Jarausch wrote:
> > find -xdev / -name '*.pyx' | xarge emerge --oneshot --ask  
> 
> You probably meant "xargs" instead of "xarge".

Well done, you spotted the deliberate mistake there to see who was
actually reading ;-)


-- 
Neil Bothwick

Don't forget that MS-Windows is just a temporary workaround until you can
switch to a GNU system.


pgpukCAeUPhxi.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] force re-cythonizing in an ebuild

2019-11-19 Thread Francesco Turco
On Tue, Nov 19, 2019, at 01:09, Neil Bothwick wrote:
> On Mon, 18 Nov 2019 14:35:18 +0100, Helmut Jarausch wrote:
> find -xdev / -name '*.pyx' | xarge emerge --oneshot --ask

You probably meant "xargs" instead of "xarge".

-- 
https://fturco.net/



Re: [gentoo-user] force re-cythonizing in an ebuild

2019-11-18 Thread Neil Bothwick
On Mon, 18 Nov 2019 14:35:18 +0100, Helmut Jarausch wrote:

> does anybody know how to force to recompile (by cython) any .pyx file.

How about this?

find -xdev / -name '*.pyx' | xarge emerge --oneshot --ask


-- 
Neil Bothwick

 There are two kinds of people in this world: Those who are
good with words, and those who are... erm... thingy 


pgpvn0psJOSd5.pgp
Description: OpenPGP digital signature


[gentoo-user] force re-cythonizing in an ebuild

2019-11-18 Thread Helmut Jarausch

Hi,
does anybody know how to force to recompile (by cython) any .pyx file.

Background

I'm trying to install packages like sci-libs/scikit_image under  
Python3.8


Many thanks for a hint,
Helmut