Skip to content

Commit

Permalink
Merge pull request #256 from smpark7/update-moose-dev
Browse files Browse the repository at this point in the history
Replace conda packages of moose dependencies
  • Loading branch information
LukeSeifert authored Jan 24, 2024
2 parents e5c7bd9 + ae5a261 commit e7c9239
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
conda deactivate
conda activate moose-env
mamba install moose-tools moose-libmesh
mamba install moose-dev
conda deactivate
conda activate moose-env
git submodule init && git submodule update
Expand Down
13 changes: 4 additions & 9 deletions doc/content/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
## 1. Install the Conda MOOSE Environment

Moltres relies on the MOOSE framework. We suggest that users install the latest MOOSE environment
using Conda packages by following the instructions in the "Install Mambaforge3" and "Install MOOSE
Conda Packages" section of the MOOSE
using Conda packages by following the instructions in the "Conda MOOSE Environment" and "Install
MOOSE" sections of the MOOSE
[installation guide](https://mooseframework.inl.gov/getting_started/installation/conda.html).
We cannot guarantee compatibility with the older MOOSE builds and their corresponding Conda
We cannot guarantee compatibility with older MOOSE builds and their corresponding Conda
environments. The latest MOOSE Conda environment is usually compatible unless the MOOSE team
introduces significant changes to the dependencies. We encourage you to post a GitHub issue if you
encounter compatibility issues so that we can rectify it as soon as possible. Run the following
command to install the latest package versions:

```bash
mamba install moose-tools moose-libmesh
```
encounter compatibility issues so that we can rectify it as soon as possible.

## 2. Clone Moltres

Expand Down

0 comments on commit e7c9239

Please sign in to comment.