Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 764 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 764 Bytes

DeepPhysicsSofa

Ubuntu

  • Eigen lib :
sudo apt install libeigen3-dev
  • Python 3 :
sudo apt install python3-dev
  • pybind11 :
sudo apt install pybind11-dev
  • OpenMP :
sudo apt install libomp-dev
  • Intel MKL :
sudo apt install libmkl-full-dev

Install the libraries in the given order.

Once project is compiled and installed run from build folder :

export DeepPhysicsSofa_ROOT="$(pwd)/install"
ln -sFfv $(find $DeepPhysicsSofa_ROOT/lib/python3/site-packages -maxdepth 1 -mindepth 1) $(python3 -m site --user-site)