diff options
author | Sam James <sam@gentoo.org> | 2020-12-10 19:38:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-10 19:41:04 +0000 |
commit | 706b09d472b952afaf73e32d29956af68567b272 (patch) | |
tree | 78200e107f2bbe79d931e36a3c513165df79879d /dev-python/cython/cython-0.29.21.ebuild | |
parent | app-text/liblangtag: Add patch by Anon Emuss for >=gtk-doc-1.32 (diff) | |
download | gentoo-706b09d472b952afaf73e32d29956af68567b272.tar.gz gentoo-706b09d472b952afaf73e32d29956af68567b272.tar.bz2 gentoo-706b09d472b952afaf73e32d29956af68567b272.zip |
dev-python/cython: fix usage on Darwin
macOS now defaults to the 'spawn' multiprocessing
method which Cython isn't written for.
Let's use a single thread if we're in the spawn case.
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/cython/cython-0.29.21.ebuild')
-rw-r--r-- | dev-python/cython/cython-0.29.21.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/cython/cython-0.29.21.ebuild b/dev-python/cython/cython-0.29.21.ebuild index e3ada54d8df6..2a1a1e79155c 100644 --- a/dev-python/cython/cython-0.29.21.ebuild +++ b/dev-python/cython/cython-0.29.21.ebuild @@ -31,6 +31,7 @@ BDEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/cython-0.29.14-sphinx-update.patch" + "${FILESDIR}/cython-0.29.21-spawn-multiprocessing.patch" ) SITEFILE=50cython-gentoo.el |