Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] force re-cythonizing in an ebuild
Date: Tue, 19 Nov 2019 00:09:26
Message-Id: 20191119000910.756efa84@digimed.co.uk
In Reply to: [gentoo-user] force re-cythonizing in an ebuild by Helmut Jarausch
1 On Mon, 18 Nov 2019 14:35:18 +0100, Helmut Jarausch wrote:
2
3 > does anybody know how to force to recompile (by cython) any .pyx file.
4
5 How about this?
6
7 find -xdev / -name '*.pyx' | xarge emerge --oneshot --ask
8
9
10 --
11 Neil Bothwick
12
13 @@@@ There are two kinds of people in this world: Those who are
14 good with words, and those who are... erm... thingy @@@@

Replies

Subject Author
Re: [gentoo-user] force re-cythonizing in an ebuild Francesco Turco <mail@××××××.net>