[pypy-issue] Issue #2041: RPython: detect_number_of_processors() doesn't understand OpenBSD. (pypy/pypy)

Edd Barrett issues-reply at bitbucket.org
Wed May 6 12:01:54 CEST 2015


New issue 2041: RPython: detect_number_of_processors() doesn't understand OpenBSD.
https://bitbucket.org/pypy/pypy/issue/2041/rpython-detect_number_of_processors-doesnt

Edd Barrett:

I notice that translation doesn't use 'gmake -j' on OpenBSD. I think the reason is that detect_number_of_processors() does not have an implementation for OpenBSD. It just returns 1, so make is not parallel.

I will fix this. Opening a bug in the meantime.

Responsible: vext01


More information about the pypy-issue mailing list