taichi-dev / difftaichi

10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)
2.47k stars 260 forks source link

running difftaichi on linux with ncurses:6 #16

Closed lsha3352 closed 4 years ago

lsha3352 commented 4 years ago

Hi, I want to try the examples on Linux (because of CUDA support) but got stuck due to ncurses 5 is required and my Gentoo Linux has only ncurses 6. Is there a time frame Taichi will port to the new ncurses? Running on Win10 is OK but slow. Thanks, LSha

lsha3352 commented 4 years ago

I finally build Taichi on Gentoo with a few mod to TaichiCore.cmake, now the question is how to let anaconda sees it.