Hi Wim, Great that cling-support is merged! Could you (1) document the branch inside pypy/doc/whatsnew-head.rst, and (2) look at the failure on 32-bit? It seems that running py.test module/cppyy crashes with exit code 3, according to http://buildbot.pypy.org/summary/longrepr?testname=&builder=own-linux-x86-32&build=4857&mod=module%2Fcppyy%2Ftest . Thanks! A bientôt, Armin.
Hi Armin,
Could you (1) document the branch inside pypy/doc/whatsnew-head.rst
yes; I'm still working on documentation and the pypi package upload. Almost there ... , and (2) look at the failure on
32-bit? It seems that running py.test module/cppyy crashes with exit code 3, according to http://buildbot.pypy.org/summary/longrepr?testname=&builder=own-linux-x86-32&build=4857&mod=module%2Fcppyy%2Ftest
The error is: [platform:Error] cc1plus: error: unrecognized command line option '-std=c++11' How old is that gcc? I can probably do without c++11 for the dummy/test backend, but not for the actual backend (in the pip package). Thanks, Wim -- WLavrijsen@lbl.gov -- +1 (510) 486 6411 -- www.lavrijsen.net
Hi Wim, On 15 December 2016 at 15:59, <wlavrijsen@lbl.gov> wrote:
The error is:
[platform:Error] cc1plus: error: unrecognized command line option '-std=c++11'
How old is that gcc? I can probably do without c++11 for the dummy/test backend, but not for the actual backend (in the pip package).
Ah, that's an old gcc indeed. Maybe detect this case and skip all tests? A bientôt, Armin.
Hi Armin, good idea; done. Documentation and release notes are also updated (mostly removal of caveats that no longer are :) ) and the PyPI package has also been uploaded (PyPy-cppyy-backend). Now that I know how to do PyPI packages (sortof, anyway), I should find the time to do the CPython one as well ... That and a CFFI-style interface on top of cppyy. Wouldn't be as light-weight but that can always be fixed in due time. Aside, I got to wave the PyPy flag for a bit at PyHPC: http://conferences.computer.org/pyhpc/2016/papers/5220a027.pdf Surprising how few folks had even heard of PyPy. :( Best regards, Wim -- WLavrijsen@lbl.gov -- +1 (510) 486 6411 -- www.lavrijsen.net
participants (2)
-
Armin Rigo -
wlavrijsen@lbl.gov