Skip to content

Releases: diracq/PyMesh

PyMesh build on Ubuntu 22.04

13 Dec 21:09
Compare
Choose a tag to compare

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

15 Dec 04:42
Compare
Choose a tag to compare

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