Our end users, for now, will install the following two packages:
conda install moose-libmesh moose-tools
While most developers wishing to build their own libMesh will install:
conda install moose-petsc moose-tools
moose-tools will remain independent (to reduce build times, and allow any python version to be installed). moose-tools contains everything necessary to run Peacock, MooseDocs, TestHarness, etc (formally known as moose-python-deps).
We have decided on the following tree structure:
Our end users, for now, will install the following two packages:
While most developers wishing to build their own libMesh will install:
moose-tools
will remain independent (to reduce build times, and allow any python version to be installed).moose-tools
contains everything necessary to run Peacock, MooseDocs, TestHarness, etc (formally known as moose-python-deps).