Skip to content

AlbanOdot/DeepPhysicsSofa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Minimal version of the old kromagnon plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published