Skip to content

Commit

Permalink
working on INSTALL.md, removing the senteces regarding pip install + …
Browse files Browse the repository at this point in the history
…extra option for now
  • Loading branch information
sshiraiwa committed Aug 7, 2024
1 parent 0accba0 commit eb6869d
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,13 @@ Note: this option turns on building `metis` and `Hypre`
| `--mfems-prefix <location>`| (optional) Specify serial MFEM location separately |
| `--mfemp-prefix <location>`| (optional) Specify parallel MFEM location separately |

## Advanced options

PyMFEM has many options for installation, including:
- Serial and parallel (MPI) wrappers
- Using pre-built local dependencies
- Installing additional dependencies such as
- `hypre`
- `gslib`
- `libceed`
- `metis`


For other configuration such as parallel version, one can either use `--install-option` flags with pip or download the package as follows and run setup script, manually.

```shell
pip download mfem --no-binary mfem
```

In order to see the full list of options, use

```shell
python setup.py install --help
```

In below, for brevity, examples are mostly shown using `python setup.py install` convention.
When using pip, each option needs to be passed using `--install-option`.
## Advanced options

## Suitesparse
`--with-suitesparse` : build MFEM with `suitesparse`. `suitesparse` needs to be installed separately.
Expand Down

0 comments on commit eb6869d

Please sign in to comment.