Re: [Python] pypy3 integration

2020-07-20 Thread Jakub Kądziołka
On Sun, Jul 19, 2020 at 10:27:14AM +0200, Lars-Dominik Braun wrote: > Hi, > > I’ve been looking into integrating pypy3 (a JIT Python 3 implementation) > tighter into guix. Right now we have a package, but it’s not that > useful, because there are no pypy3-* libraries. pypy3 works somewhat well fo

Re: [Python] pypy3 integration

2020-07-20 Thread Lars-Dominik Braun
Hi simon, > Does it make sense to have something like "package-with-pypy" using > "package-with-explicit-python"? Because it would be easy to rebuild > all the pure Python packages with PyPy instead of CPython. that’s what I am proposing with my patch, however due to different search paths (/lib/

qemu-binfmt-service failing to identify compilers

2020-07-20 Thread Brett Gilio
Hi all, When I try to test guix builds for other architectures using the qemu-binfmt-service and the --system flag, the configuration step is failing to identify the compiler with the CMake build system. I did some investigating, and it appears this is a failing test in CMake itself but it causes

Re: [Python] pypy3 integration

2020-07-20 Thread zimoun
Dear, Thank you for looking at this. Does it make sense to have something like "package-with-pypy" using "package-with-explicit-python"? Because it would be easy to rebuild all the pure Python packages with PyPy instead of CPython. All the best, simon