Makefile - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
Makefile (309B)
---
1 doc:
2 $(MAKE) -C sphinx/
3
4 install-debian-pkgs:
5 sudo apt-get update && \
6 sudo apt-get install build-essential cmake doxygen dvipng \
7 python3 python3-pip python3-numpy ipython3 python3-matplotlib \
8 python3-vtk imagemagick ffmpeg texlive-full && \
9 python3 -m pip install -r requirements.txt