Releases: diracq/PyMesh
Releases · diracq/PyMesh
PyMesh build on Ubuntu 22.04
Built this tarball running on ubuntu 22.04, its huge but it saves a ton of time compared to building manually
run this command first:
apt-get install \
libeigen3-dev \
libgmp-dev \
libgmpxx4ldbl \
libmpfr-dev \
libboost-dev \
libboost-thread-dev \
libtbb-dev \
python3-dev
Then run
tar –xvzf diracpymesh.tar.gz
conda activate common_env
python setup.py install
tarball for docker image use
binary blob for docker images
Dockerfile at repository root generates this file
built to work on continuumio/miniconda3:latest
run setup.py install after extracting