From fd2b06b0f28adf89bfe14d8d4f97e172246b27ee Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Wed, 7 Aug 2024 18:29:16 -0400 Subject: [PATCH] working on INSTALL.md, removing the senteces regarding pip install + extra option for now --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 2c797d78..beae9cd1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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