Jean-Christophe Fillion-Robin
Jean-Christophe Fillion-Robin
Indeed, dockcross can definitively be used to setup continuous integration of PR using CircleCI. It also includes emulator to run the tests. That said, CMake >= 3.8 is preferred to...
> 1. ... with a pretty average nvidia graphic card, the rendering window is always blank/black. Having more details about the graphic card would be helpful here. Also is the...
> 1. I just downloaded paraview 5.9 and it seems to work fine Since Paraview is built against VTK9 (this can be checked using the python shell), it probably means...
> Will this fix #267? yes
@phcerdan Let's fix #267 in with a dedicated PR.
Thanks for the report :+1: > tinfo is required with some ncurses compiles. The tinfo library is looked up here: https://github.com/python-cmake-buildsystem/python-cmake-buildsystem/blob/c3b8d532242efed85fb3cd77b0e39e424b6db475/cmake/ConfigureChecks.cmake#L41 Then the tinfo library is linked in the curses...
You could try to turn the option `USE_SYSTEM_Curses` to `ON` How could I best reproduce the issue ? Would using the `centos:centos6.10` docker image be a good approach ?
> How does upstream handle this? Upstream systematically install all modules: https://github.com/python/cpython/blob/1cf866a6569d492a94ce0f7dca26a82c0e755b0c/Makefile.pre.in#L1236-L1281 The `add_python_extension` CMake function could probably be extended to list subdirectory that should be installed.
Thanks for providing additional details. :+1: To better address the problem, could you provide the complete set of command leading to the error. For example: ``` docker pull imagename:tag docker...
Thanks for the update. > my docker build is actually launching from the OS python subprocess module To summarize, trying to build the docker image associated with https://github.com/boberfly/pipe-bootstrap should allow...