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 824471d commit fd2b06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ python setup.py install --with-cuda --with-cuda-hypre --cuda-arch=75 (Turing)
```

### gslib
`--with-gslib` : build MFEM with GSlib
`--with-gslib` : build MFEM with [GSlib](https://github.com/Nek5000/gslib)

Note: this option builds GSlib

### libceed
`--with-libceed` : build MFEM with libceed
`--with-libceed` : build MFEM with [libCEED](https://github.com/CEED/libCEED)
Note: this option builds libceed

### Specifying compilers
Expand Down

0 comments on commit fd2b06b

Please sign in to comment.