From 73476f8d8d6101e9ca25e8563cfde62ebc0c868e Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Sat, 22 Jul 2023 11:14:18 -0500 Subject: [PATCH] restore some changes that were dropped in recent forced push --- doc/index.rst | 2 +- doc/install/dependencies.rst | 1 + doc/install/index.rst | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 566ac376c2..8607cb3c27 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -59,7 +59,7 @@ materials and other geometry-related information. gallery/gallery .. _CNERG: https://cnerg.github.io -.. _MOAB: https://press3.mcs.anl.gov/sigma/moab-library +.. _MOAB: https://sigma.mcs.anl.gov/moab-library/ .. _Cubit: https://coreform.com/products/coreform-cubit/ .. _MCNP5: https://mcnp.lanl.gov .. _MCNP6: https://mcnp.lanl.gov diff --git a/doc/install/dependencies.rst b/doc/install/dependencies.rst index 22966df2b6..a5566cb793 100644 --- a/doc/install/dependencies.rst +++ b/doc/install/dependencies.rst @@ -94,6 +94,7 @@ To build moab using the default packages: $ cd bld $ cmake ../moab -DENABLE_HDF5=ON -DHDF5_ROOT=${hdf5_install_dir} \ + -DCMAKE_BUILD_TYPE=Release \ -DENABLE_PYMOAB=ON \ -DENABLE_BLASLAPACK=OFF \ -DENABLE_FORTRAN=OFF \ diff --git a/doc/install/index.rst b/doc/install/index.rst index 2baf22bf4f..a011811173 100644 --- a/doc/install/index.rst +++ b/doc/install/index.rst @@ -7,7 +7,7 @@ If you plan to use OpenMC_, you can follow `their installation instructions `_ with DAGMC built-in. -Otherwise.... Before you begin, you should know that the following will be +Otherwise, before you begin, you should know that the following will be required: 1. A basic understanding of Unix/Linux shell commands and how to navigate