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 3dbda36 commit 5846198
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ Note: this option turns on building `metis` and `Hypre`
|------|-------------|
| `--with-parallel` | Install both serial and parallel versions of `MFEM` and the wrapper<br>(note: this option turns on building `metis` and `hypre`) |
| `--mfem-branch=<reference>` | Download/install MFEM using a specific reference (`git` `branch`, `hash`, or `tag`) |
| `--mfem-source=<location>` | Specify a local version of MFEM |
| `--mfem-prefix <location>` | The location of the MFEM library. `libmfem.so` needs to be found in `<location>/lib` |
| `--mfems-prefix <location>`| (optional) Specify serial MFEM location separately |
| `--mfemp-prefix <location>`| (optional) Specify parallel MFEM location separately |
| `--user` | Install in user's site-package |

In order to see the full list of options, use

Expand Down Expand Up @@ -130,7 +127,7 @@ and `--mfem-prefix`
`--blas-libraries=<location>`
`--lapack-libraries=<location>`

### Options fordDevelopment and testing
### Options for development and testing
`--swig` : run swig only
`--skip-swig` : build without running swig
`--skip-ext` : skip building external libraries.
Expand Down

0 comments on commit 5846198

Please sign in to comment.