Re: [graph-tool] Analysing and visualising

2020-04-23 Thread Berg, Stuart
Hi Peter, I don't know the answer to your question about Docker and X11. But just in case it's useful, I'll point out that the easiest way to run graph-tool on Mac is probably to use conda or homebrew. Both of those options provide pre-compiled binaries, so installation should (hopefully) be

Re: [graph-tool] Compiling graph-tool for pypy?

2021-01-22 Thread Berg, Stuart
>>Unfortunately, this is not possible. Graph-tool uses the CPython C API >>(via boost-python) which is not implemented by pypy. >Pypy does have support, sometimes with performance problems, for most of the >Cpython APIs Indeed, the situation may not be hopeless. IIUC, With PyPy’s C API