yuanming-hu / spgrid_topo_opt

Narrow-Band Topology Optimization on a Sparsely Populated Grid, ACM Transactions on Graphics (SIGGRAPH Asia 2018)
185 stars 37 forks source link

Taichi legacy build failed on Ubuntu 20.04 #12

Open ghost opened 3 years ago

ghost commented 3 years ago

Follwoing the instructions for installation I first attempt to install taichi (legacy branch), so I run the following command wget https://raw.githubusercontent.com/yuanming-hu/taichi/legacy/install.py python3 install.py I run the second command as python3.8 install.py and it gives me the follwoing error message:

make[2]: *** [CMakeFiles/taichi_core.dir/build.make:193: CMakeFiles/taichi_core.dir/include/taichi/math/svd.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/taichi_core.dir/all] Error 2 make: *** [Makefile:84: all] Error 2 Error: Build failed. Error: installation failed.

I am working on Ubuntu 20.04 LTS. You mention that your code was tested on Ubuntu 16.04/18.04/Arch Linux. Is it compatible with Ubuntu 20.04 and later?

Am I missing something here? Thanks