Hi,
On Wed, Sep 4, 2013 at 4:44 PM, Antonio Cuni wrote:
> Hi Manuel,
>
> did you actually kill support for this feature? I find it occasionally
> useful: e.g. when working on the JIT you can use --fork-before=pyjitpl and
> avoid to annotate/rtype the whole pypy interp when you change something.
On 04.09.2013, at 10:08, Matti Picus wrote:
> TL;DR : Do you have any hints/instructions as to how to test a new buildbot
> task?
>
> Thanks for the update, it seems to have cleaned up much of the code base.
> I would like to add a task that installs the python part of a numpy
> installation
Trying to build from source, I get the complaint, "failed to guess
where ncurses is installed." On our systems they are in decidedly
nonstandard locations. A bit of googling didn't turn up an obvious
solution, and rpython --help didn't spew any lines that looked
promising. How do I specify nonstand
Hi Skip,
On Thu, Sep 5, 2013 at 5:29 PM, Skip Montanaro wrote:
> Trying to build from source, I get the complaint, "failed to guess
> where ncurses is installed."
The logic is spread on pages upon pages of
pypy/module/_minimal_curses/fficurses.py, including trying with the
"pkg-config" or "ncurs
Skip
The way we solved this problem on our system is creating a compiler
wrapper. This is a non-pypy-specific solution, which we believe is very
effective and convenient.
The "normal" gcc is installed in non-standard out-of-path location. A
gcc shell script is installed instead. Such a scrip
> The way we solved this problem on our system is creating a compiler wrapper.
> This is a non-pypy-specific solution, which we believe is very effective and
> convenient.
>
> The "normal" gcc is installed in non-standard out-of-path location. A gcc
> shell script is installed instead. Such a scrip
*.python.org uses free SSL certificate from http://www.startssl.com/?app=1
PyPy can use this too to get rid of annoying security exceptions for
https://bugs.pypy.org and other parts.
--
anatoly t.
___
pypy-dev mailing list
pypy-dev@python.org
https://mai
Hi Anatoly,
On Thu, Sep 5, 2013 at 8:53 PM, anatoly techtonik wrote:
> *.python.org uses free SSL certificate from http://www.startssl.com/?app=1
>
> PyPy can use this too to get rid of annoying security exceptions for
> https://bugs.pypy.org and other parts.
Thanks ! Fwiw, we will soon move bu
Cool. Any prospects on when it can happen (or a link to tracker issue)?
Is it a move to pydotorg infrastructure?
Btw, I found a bug about SSL issue - https://bugs.pypy.org/issue723
--
anatoly t.
On Thu, Sep 5, 2013 at 10:45 PM, Armin Rigo wrote:
> Hi Anatoly,
>
> On Thu, Sep 5, 2013 at 8:53 PM,
Yes, we're in the process of moving bugs.pypy.org to be handled by the PSF
infrastructure group
Alex
On Thu, Sep 5, 2013 at 12:51 PM, anatoly techtonik wrote:
> Cool. Any prospects on when it can happen (or a link to tracker issue)?
> Is it a move to pydotorg infrastructure?
>
> Btw, I found a
10 matches
Mail list logo